Skip to content

mkhab7/laravel-magical-artisan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-magical-artisan

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