HTTP Layer

HTTP concerns live in the Infrastructure layer.

Generated components:

  • Controllers
  • Form Requests
  • API Resources
  • Module routes

Flow

HTTP Request
  -> Controller
    -> Command / Query
      -> Handler
        -> Repository

Routes are loaded via the module ServiceProvider.

See full diagrams in Diagrams


This site uses Just the Docs, a documentation theme for Jekyll.