Level 122
thumbs up
Summer Sale! All accounts are 50% off this week.
#I added the function below to my .zshrc, it assumes you are in the base directory of a laravel project.
laratail() { tail -f $(ls -td storage/logs/*.log | head -1) }
Please or to participate in this conversation.