|
@@ -89,8 +89,7 @@ php artisan admin:publish
|
|
|
|
|
|
然后运行下面的命令完成安装:
|
|
|
|
|
|
-> 执行这一步命令可能会报以下错误`Specified key was too long ... 767 bytes`,如果出现这个报错,请在`app/Providers/AppServiceProvider.php`文件的`boot`方法中加上代码`\Schema::defaultStringLength(191);`,再重新运行一遍`php artisan admin:install`命令即可。
|
|
|
-
|
|
|
+> 执行这一步命令可能会报以下错误`Specified key was too long ... 767 bytes`,如果出现这个报错,请在`app/Providers/AppServiceProvider.php`文件的`boot`方法中加上代码`\Schema::defaultStringLength(191);`,然后删除掉数据库中的所有数据表,再重新运行一遍`php artisan admin:install`命令即可。
|
|
|
```
|
|
|
php artisan admin:install
|
|
|
```
|