Routes
How to add routes?
Routes must be declare inside index.php
$router Parameters
First parameter = route
Second parameter = function
Declare a simple GET method route
Add /about route in index.php
as below
Point to views folder
You can require normal php file as below
Last updated
Was this helpful?