Routing

Public Dir

Files in the public dir of your package will be automatically routed to.

  • public/index.php Delivers at /. index.php files will be delivered without the file name or extension
  • public/dir/file.php files will be delivered at /dir/file/
  • public/resource.js and other non .php files will be delivered at /resource.ext

Route Patterns

@import(Router.PatternRules)