Laravel Stubs
Stubs are class templates that come with Laravel. They get used behind the scenes whenever you create new files within your project. Stubs are hidden from view by default, so I don’t think they are appreciated enough. Chances are, if you have worked with Laravel, you’ve used an artisan make command to make a new …