stvnyung / laravel-stuber
A package to write your own Laravel stub.
Installs: 1 814
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- laravel/framework: ^5.5
This package is not auto-updated.
Last update: 2020-02-07 18:03:04 UTC
README
This will allow you to override the default Laravel stubs.
Prerequisites
This package will require Laravel 5.5 and higher.
Getting Started
Install the package (only the dev version is available for now):
composer require --dev stvnyung/laravel-stuber "dev-master"
Create any stub files that you want to override (a job for example):
php artisan make:stub job
Repeat for all the stubs you will want to override.
You can list all the stubs you can override with
php artisan stub:list
Running the tests
There is no tests yet, help us make it happen !
Coding style tests
All the coding style tests will be run with StyleCI.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Steven Yung - Initial work - stvnyung
License
This project is licensed under the MIT License - see the LICENSE.md file for details