Posted inPHP

Laravel Failed to clear cache. Make sure you have the appropriate permissions.

Sewaktu menjalankan php artisan cache:clear, muncul pemberitahuan error Failed to clear cache. Make sure you have the appropriate permissions., hal yang pertama muncul dibenak saya adalah file permission ganti /var/www/jaranguda.com dengan lokasi laravel anda. cd /var/www/jaranguda.com # cara ekstrem ;) chown www-data:www-data -R bootstrap storage chmod 777 -R bootstrap storage ternyata cara tersebut masih gagal, […]