Getting Started
To get started with the SilverStripe framework:
Controller
Create a Controller
subclass (docs.silverstripe.org/en/developer_guides/controllers/)
Routes
Setup the routes.yml to your Controller
(docs.silverstripe.org/en/developer_guides/controllers/routing).
Template
Create a template for your Controller
(docs.silverstripe.org/en/developer_guides/templates/)