Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 laravel 项目安装并配置 .env 之后,当我尝试执行时,我会收到一条错误消息php artisan migrate
php artisan migrate
在此处输入图像描述
嘿找到这个文件AppServiceProvider.php并将其放在代码下面
AppServiceProvider.php
public function boot() { \Illuminate\Support\Facades\Schema::defaultStringLength(191); }