Skip to content

[Proposal] Remove commands that are not backpack-specific #82

@tabacitu

Description

@tabacitu

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions