Closed larry-tx closed 6 years ago
Attempted to run php artisan admin:import config and got Class 'App\Providers\Config' not found. How do I fix this?
php artisan admin:import config
Class 'App\Providers\Config' not found
open app/Providers/AppServiceProvider.php , add:
app/Providers/AppServiceProvider.php
use Encore\Admin\Config\Config;
Good! Personally this line should be emphasized in the doc.
Attempted to run
php artisan admin:import config
and gotClass 'App\Providers\Config' not found
. How do I fix this?