Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

laravel services.json not created

Sometimes my services.json is missing after running composer update or php artisan clear-compiled.

I checked the permissions and even changed it to 777 on the storage folder but it does not help. How can I debug whats wrong?

There are no entries in my laravel log and nothing in my apache log. I'm using "laravel/framework": "4.1.*"

like image 918
nonsenz Avatar asked Dec 01 '22 19:12

nonsenz


1 Answers

Just run a php artisan serve and stop, this will create the services.json file.

like image 71
sergiovilar Avatar answered Dec 03 '22 23:12

sergiovilar