我尝试为Laravel 7安装和使用adminLTE 3。
我遇到此错误:
Argument 1 passed to JeroenNoten\LaravelAdminLte\AdminLte::__construct() must be of the type array, null given, called in /Applications/MAMP/htdocs/hedrinenew/vendor/jeroennoten/laravel-adminlte/src/AdminLteServiceProvider.php on line 23 (View: /Applications/MAMP/htdocs/hedrinenew/resources/views/adminlte.blade.php)
我遵循了此页面的指示:https://github.com/jeroennoten/Laravel-AdminLTE
这不是我第一次安装和使用adminLTE,但这是我第一次遇到问题。
答案 0 :(得分:3)
此代码解决了问题:
php artisan config:clear
php artisan cache:clear
php artisan config:cache