Laravel 8.0: laravel.log file not found using storage_path() – Debian
I'm trying to write a Laravel 8.0 task that renames the default log file every week and makes another empty file. I'm using a Debian 10 virtual machine as a testing environment. Here's my handle() code: $now = Carbon::now(); $baseLog…