Skip to content

theharisshah/scaffolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaffolding


For creating Service Controllers

php artisan make:serviceController -m "ModelClass" -s "ServiceClass"

  • Service class and Model class will be generated automatically if they don't exist.

For Service Class

php artisan make:service -m "ModelClass"

  • Model class will be generated automatically if it don't exist.

About

Service scaffolder

Resources

Stars

Watchers

Forks

Languages