I get this error
There is no existing directory at "/opt/lampp/htdocs/protech/storage/logs" and its not buildable: Permission denied
after i've deployed my laravel
project on shared host
even after clearing cache.
i've used:
- php artisan cache:clear
- php artisan config:cache
- php artisan route:cache
- php artisan route:clear
- php artisan view:clear
and still have the same problem.