Simple command to open last daily Laravel Log File in VSCode
I was tired today to scroll over the controllers folder to storage folder and vice versa, so I decided to create a command that'll open the latest log file for me in VS Code. Hope it helps:
<?php
namespace App\Console\Commands;
use Illuminate\Conso...
tpaksu.hashnode.dev2 min read