use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}
changed to AppServiceProvider.php file
public function boot()
{
Schema::defaultStringLength(191);
}
changed to AppServiceProvider.php file
code, .code { display: block; background: beige; padding: 10px; margin: 8px 15px; }