ice-s / tool
There is no license information available for the latest version (1.1.6) of this package.
Tool
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
1.1.6
2020-05-10 13:26 UTC
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2021-11-10 17:41:36 UTC
README
Commands
php artisan crud:make --name=Test --path=Backend --table=test
--name : Modal Name, Repository Name, Service Name, Resource Name, Request Name
--path : Package Name, Namespace
--table : table of database
--f : override file existed