Кэш сохраняется с помощью команды, а также с веб-сайта, когда мы пытаемся отправить уведомления.
Код: Выделить всё
Exception: Unable to create lockable file: /var/www/slimmed-portal/slimmed-laravel-portal/slimmed-webapp/storage/framework/cache/data/7c/03/7c03173b86fb6f8da70a851cb194864a4eec0df4. Please ensure you have permission to create files in this location.
Код: Выделить всё
sudo chmod -R 777 storage/framework/cache/data
chown -R apache storage/framework/cache/data
Код: Выделить всё
sudo chmod -R 777 bootstrap/cache
chown -R apache bootstrap/cache
Код: Выделить всё
php artisan optimize:clear
Подробнее здесь: https://stackoverflow.com/questions/786 ... -laravel-8
Мобильная версия