stvnyung/laravel-stuber

This package is abandoned and no longer maintained. No replacement package was suggested.

A package to write your own Laravel stub.

0.1.1 2018-04-12 21:28 UTC

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details