Laravel: Clearing Cache with a click of a button (Artisan Shortcuts)
In this tutorial we will learn how to purge compiled views and cache by using Laravel Commands. Switching back and forth between applications might be cumbersome during development for some folks who have a single monitor. Thanks to the commands in Laravel, we can create and…
Continue reading...