Zemke / starter-laravel-angular

Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
https://starter-laravel-angular.herokuapp.com
Other
369 stars 119 forks source link

Hi! Im getting some issues with Tymon JWT #37

Closed jonaths closed 8 years ago

jonaths commented 8 years ago

When I try to login or register i get this error:

ReflectionException in Container.php line 741: Class Tymon\JWTAuth\Providers\Storage\Illuminate does not exist

I cloned the repo and added some migrations, seeds and models. I tried composer dump-autoload and verified the app config. Do you have some idea about what can I do? Thanks!

Zemke commented 8 years ago

Seems like JWTAuth dependency is missing for you.

Did you run composer install --prefer-dist?

jonaths commented 8 years ago

Yes... I realized I had some issue with that dependency. Since it was a new project I just reinstalled it all. I dont remember very well but I believe the reason was i ran some cache related command which created an entry inside bootstrap/cache. I would like to remember well what happened. Thanks anyway.

Zemke commented 8 years ago

Alright, good it works for you. Have fun!