A package for easier use of laravel artisan
Using this package, you can create multiple models with one command
composer require mkhab7/laravel-magical-artisan --dev
php artisan magical:make-model Product Category Comment Order
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