mkhab7 / laravel-magical-artisan
A package for easier use of laravel artisan
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mkhab7/laravel-magical-artisan
Requires
- php: >=8.0
- illuminate/support: ^8.19|^9.0
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0
- pestphp/pest: ^1
README
A package for easier use of laravel artisan
Introduction
Using this package, you can create multiple models with one command
Instalation
composer require mkhab7/laravel-magical-artisan --dev
Examples
Making multiple models on one command
php artisan magical:make-model Product Category Comment Order
Using options
To set the option, you can use all the options that are used to build a model. Such as -a,-m,-f and the rest
php artisan magical:make-model Product Category Comment Order -m -f