Sometimes my services.json is missing after running composer update or php artisan clear-compiled.
services.json
composer update
php artisan clear-compiled
I checked the permissions and e
Just run a php artisan serve and stop, this will create the services.json file.
php artisan serve