Aug 4, 2016
0
Level 5
Laravel spark fresh pull from bitbucket
After i clone my laravel spark project from bitbucket, i ran a series of commands.
- composer install
- npm install
- gulp
- add the .env file
- php artisan migrate --seed
But when i ran the project, I got this error:
FatalThrowableError in compiled.php line 7633: Class 'Laravel\Spark\Providers\SparkServiceProvider' not found
How will I fix this?
Please or to participate in this conversation.