wovosoft / laravel-package-make-commands
Laravel make:* commands for Packages in ./packages/vendor/package for local development
v0.0.1
2023-09-18 07:30 UTC
This package is auto-updated.
Last update: 2024-10-18 10:46:22 UTC
README
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.