Skip to content

[Proposal] Flow chart on how a CRUD works #90

Open
@tabacitu

Description

@tabacitu

Similar to how CodeIgniter does it, we could create a simple diagram to explain how CRUDs work:

  • route points to controller
  • controller
    • extends CrudController from the package
    • uses traits from the package
    • uses views from the package
    • uses Model
    • might use FormRequests
  • model
    • uses DBMS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions