Update your /app/Providers/AppServiceProvider.php
use IlluminateSupportFacadesSchema;
public function boot()
{
Schema::defaultStringLength(191);
}
// /app/Providers/AppserviceProvider.php
use IlluminateSupportFacadesSchema;
public function boot()
{
Schema::defaultStringLength(191);
}
use IlluminateSupportFacadesSchema;
public function boot()
{
Schema::defaultStringLength(191);
}
// Go to your AppServiceProvider.php and update the boot() method with:
use IlluminateSupportFacadesSchema;
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
Schema::defaultStringLength(191);
}