anlutro / laravel-settings

Persistent settings in Laravel
MIT License
940 stars 112 forks source link

Does it support Laravel 8? #152

Closed ishan501 closed 3 years ago

ishan501 commented 3 years ago

I'm getting the error: Class 'App\Http\Controllers\Setting' not found

I've added this line to app.php alias array: 'Setting' => 'anlutro\LaravelSettings\Facade',

Is it the correct way? Does it support V8?

anlutro commented 3 years ago

Hello! This has nothing to do with your Laravel version, just how PHP namespaces work. See https://github.com/anlutro/laravel-settings/issues/38