ds9labs/scaffolding

These are DeepSpace9 scaffolding

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0 2018-08-01 14:44 UTC

This package is not auto-updated.

Last update: 2022-01-22 15:31:38 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.