Laravel Stuber
This will allow you to override the default Laravel stubs., (*1)
Prerequisites
This package will require Laravel 5.5 and higher., (*2)
Getting Started
Install the package (only the dev version is available for now):, (*3)
composer require --dev stvnyung/laravel-stuber "dev-master"
Create any stub files that you want to override (a job for example):, (*4)
php artisan make:stub job
Repeat for all the stubs you will want to override., (*5)
You can list all the stubs you can override with, (*6)
php artisan stub:list
Running the tests
There is no tests yet, help us make it happen !, (*7)
Coding style tests
All the coding style tests will be run with StyleCI., (*8)
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us., (*9)
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository., (*10)
Authors
License
This project is licensed under the MIT License - see the LICENSE.md file for details, (*11)