Grimthorr / laravel-user-settings

Simple user settings facade for Laravel 5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServiceProvider not found

leo4all opened this issue · comments

[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Grimthorr\LaravelUserSettings\ServiceProvider' not found

Note: If you receive a "class not found" error when running migrations, try running the composer dump-autoload command.

composer dump-autoload its not fixing this issue, on L5

any recommendations?

Oops, I changed composer.json to use PSR-4 but forgot to rearrange the directory structure.

This should be fixed in 2.0.1. Run a composer update and you should be good to go.