……

命令可能会报以下错误`Specified key was too long ... 767 bytes`

在`app/Providers/AppServiceProvider.php`文件的`boot`方法中加上代码`\Schema::defaultStringLength(191);`,然后删除掉数据库中的所有数据表,再重新运行一遍`php artisan admin:install`命令即可。
posted @ 2023-09-07 09:12  十零  阅读(12)  评论(0编辑  收藏  举报