Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 464 Bytes

File metadata and controls

7 lines (4 loc) · 464 Bytes

Views

Views files are divided into PHP files for logic and Twig templates for rendering HTML. PHP and Twig pairs are named with the same filename. In general, files are named to indicate the type of action that takes place in the file. Twig partials that are used on multiple pages are prefixed with an underscore _.

URL Routing

Routes are defined in config/routes.php. These are the URLs that are accessible in a browser.