-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
php novice create_endpoint [endpoint name] [params]
the create Enpoint command will:
- generate the routes
- generate the actions
- generate the model
- generate the Acceptance tests
It will be nice make it able to choose if is just the route that we want or the whole CRUD ops, that is why params come in handy:
PoC
php novice create_endpoint users crudwill create CRUD operations endpoint, model and actionsphp novice create_enpoind users\settings --no-modelwill just add a new enpoint on the users routes and will nor create the model