laravel-admin-extensions / config

Config manager for laravel-admin
http://laravel-admin.org/
MIT License
96 stars 57 forks source link

App\Providers\Config not found #10

Closed larry-tx closed 6 years ago

larry-tx commented 6 years ago

Attempted to run php artisan admin:import config and got Class 'App\Providers\Config' not found. How do I fix this?

One2r commented 6 years ago

open app/Providers/AppServiceProvider.php , add:

use Encore\Admin\Config\Config;
safly commented 6 years ago

Good! Personally this line should be emphasized in the doc.