This package aims to help save our time by enabling us to scaffold the things we're always repeating within a project.

Laravel Stub Helper

Installation

Install via composer:

composer require owenmelbz/laravel-stubs.

If you're going to be modifying the default stubs, or adding your own stubs, you'll need to publish the config using

php artisan vendor:publish --tag=stubs-config 

which will generate config/template_stubs.php