theharisshah / scaffolding
.....
Installs: 4
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/theharisshah/scaffolding
Requires
- php: >=7.1.3
- ds9labs/scaffolding: ^1.0
- illuminate/console: 5.*.*
- illuminate/contracts: 5.*.*
This package is auto-updated.
Last update: 2025-10-01 00:08:22 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.