Currently we have:
// backpack-specific
backpack:chart Create a ChartController and route
backpack:chart-controller Generate a Backpack ChartController
backpack:config Generate a backpack templated config
backpack:crud Create a CRUD interface: Controller, Model, Request
backpack:crud-controller Generate a Backpack CRUD controller
backpack:crud-model Generate a Backpack CRUD model
backpack:crud-operation Generate a Backpack CRUD operation trait
backpack:crud-request Generate a Backpack CRUD request
// not backpack specific
backpack:model Generate a backpack templated model
backpack:request Generate a backpack templated request
backpack:view Generate a backpack templated view
I don't see a reason why we would keep the last 3. I'm pretty sure nobody uses them anyway, since Laravel has its own make commands for them nowadays.
I think it's about time we remove those commands and their stubs.
Currently we have:
I don't see a reason why we would keep the last 3. I'm pretty sure nobody uses them anyway, since Laravel has its own
makecommands for them nowadays.I think it's about time we remove those commands and their stubs.