wovosoft / laravel-package-make-commands
Laravel make:* commands for Packages in ./packages/vendor/package for local development
Installs: 581
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wovosoft/laravel-package-make-commands
This package is auto-updated.
Last update: 2025-09-18 12:36:38 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.