👩💻 Join our community of thousands of amazing developers!
Jeffery Way recently tweeted about how he wants a php artisan tail command to see the real-time application logs in Laravel. And the replies to this tweet were quite interesting. People have shared their ways of tailing the Laravel log. So, I thought to compile them all in one place. The good old tail command Alias the tail command Composer Script Spatie’s Laravel Tail Package The good old tail command The first and the most obvious way to tail the Laravel log is by using the tail command. You...