Logging is done in two places:
- storage/logs/laravel.log
- /var/log/nginx/error.log
Clear logs with:
> laravel.log
sudo bash -c '>error.log' #for nginx
Clear cache with
php artisan cache:clear
Logging is done in two places:
Clear logs with:
> laravel.log
sudo bash -c '>error.log' #for nginx
Clear cache with
php artisan cache:clear