Download the PHP package timwassenburg/laravel-artisan-extender without Composer
On this page you can find all versions of the php package timwassenburg/laravel-artisan-extender. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download timwassenburg/laravel-artisan-extender
More information about timwassenburg/laravel-artisan-extender
Files in timwassenburg/laravel-artisan-extender
Package laravel-artisan-extender
Short Description A collection of generators for Laravel
License MIT
Homepage https://github.com/timwassenburg/laravel-artisan-extender
Informations about the package laravel-artisan-extender
Table of Contents
- Installation
-
Usage
- Generate services
- Generate actions
- Generate repositories
- Generate traits
- Generate pivot tables
- Contributing
- License
Installation
Install the package with composer.
Usage
Generate services
To generate a new service use the following artisan command.
Optionally, you can add multiple method names (seperated by comma) with the param.
Learn more about the Service Generator
Generate actions
Run the following command on the command-line to generate a new action.
Learn more about the Action Generator
Generate repositories
Run the following command.
This example will generate the following files:
Learn more about the Repository Generator
Generate traits
Run the following command on the command-line to generate a new trait.
Optionally, you can add multiple method names (seperated by comma) with the param.
Learn more about the Trait Generator
Generate pivot tables
Run the following command on the command-line to generate a new migration for the pivot table.
The command will create a new migration in . Run the migrations to create the table.
Learn more about the Pivot Table Generator
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-artisan-extender with dependencies
timwassenburg/laravel-service-generator Version ^v1.0.0
timwassenburg/laravel-action-generator Version ^v1.0.0
timwassenburg/laravel-pivot-table-generator Version ^v1.0.0
timwassenburg/laravel-trait-generator Version ^v1.0.0