Routes
Routes
Routes are separated by their functionality into different files for easier overview and managment.
- spa.php - Routes consumed by the Admin Panel
- web.php - Routes used by public facing frontend
- installer.php - Routes used by CMS install wizard
- auth.php - Authentication routes for login, registration, etc
All routes can be found under same routes folder.