laravel 下安装laravel-admin怕过的坑汇总

Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes;

解决办法:

app\Providers\AppServiceProvider下的boot方法下添加如下语句:

再次运行php artisan admin:install 命令时报错:

  Class 'App\Providers\Schema' not found  

解决方法:

app\Providers\AppServiceProvider下引入"use Illuminate\Support\Facades\Schema;"如下图:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章