dashboard_controller extends controller
Public SDK Controller.
Extend this class to implement HTTP controllers in your plugin while benefiting from the framework routing and middleware lifecycle.
Table of Contents
Methods
- index() : Response
Methods
index()
public
index() : Response
Tags
Attributes
- #[Route]
- $path: '/dashboard'
- $name: 'dashboard_index'
- $methods: ['GET']