laravel-package-make-commands maintained by wovosoft
Description
Laravel make:* commands for Packages in ./packages/vendor/package for local development
Author
Last update
2023/09/18 10:20
(dev-master)
License
Downloads
597
Tags
LaravelPackageMakeCommands
Extended version of laravel's default make:* commands. During package development, this package can be
helpful.
Installation
Via Composer
composer require wovosoft/laravel-package-make-commands
Usage
Make Model
php artisan make:package-model Test
php artisan make:package-model Test -m
php artisan make:package-model Test -mc
php artisan make:package-model Test -mcf
Make Controller
php artisan make:package-controller TestController
Make Request
php artisan make:package-request TestRequest
Make Factory
php artisan make:package-factory TestFactory
Make Custom Validation Rule
php artisan make:rule TestRule
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Credits
License
MIT. Please see the license file for more information.