default_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
- Home page.
Methods
index()
Home page.
public
index() : Response
Attributes
- #[Route]
- $path: '/snippets'
- $name: 'snippets_index'
- $methods: ['GET']