Sometimes mine is services.jsonmissing after running composer updateor php artisan clear-compiled.
services.json
composer update
php artisan clear-compiled
I checked the permissions and even changed it to 777 in the storage folder, but that doesn't help. How can I debug errors?
There are no entries in my laravel log and nothing in my apache log. I am using "laravel / framework": "4.1. *"
Just start php artisan serveand stop, this will create the services.json file.
php artisan serve
, - /, app/storage/meta/services.json, / , json, , . , . :
app/storage/views app/storage/logs app/storage/sessions
/
chmod -R 777 /app/storage
{ "providers": [] }
php artisan
Source: https://habr.com/ru/post/1538363/More articles:Условие проверить, существует ли значение в списке, содержащем объекты, - javaДобавление аннотации к генерируемому классу среды выполнения с использованием Javassist - javaЗаменить фон кнопки в удаленных просмотрах в панели уведомлений - androidRails integrate several relationships activerecord - ruby | fooobar.comform_for undefined method `model_name 'for :: ActiveRecord_Relation: Class - ruby-on-railsCSS transform: translate () does not work in Internet Explorer IE 9.10 & 11 - internet-explorerSelect the top n rows in each group in EntityFramework - c #Reordering in a Java memory model - javaПреобразование матрицы преобразования в кватернион и обратно - c++Checking data for each item in the list of my model ViewModel - c #All Articles