theharisshah/scaffolding

.....

Maintainers

Package info

github.com/theharisshah/scaffolding

pkg:composer/theharisshah/scaffolding

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

1.0 2018-08-01 14:44 UTC

This package is auto-updated.

Last update: 2026-03-29 01:10:45 UTC


README

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.