Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.29 KB
cover coverY
0

🏁 Routing

Initialization

use FastVolt/Router/Route;

{% hint style="info" %} Fastvolt routes are defined in .route files, which are located in the routes/ directory. {% endhint %}


In this documentation, you'll learn how to define, configure, and leverage the routing system in Fastvolt Framework to handle incoming requests and build robust web applications.\

Make sure to read the below pages to get a good grasp of how fastvolt framework can be installed and configured to avoid unnecessary errors.\

{% content-ref url="../../overview/configurations.md" %} configurations.md {% endcontent-ref %}

{% content-ref url="../../overview/installation.md" %} installation.md {% endcontent-ref %}

After configuring your application, then, you can proceed to:

{% content-ref url="basic-routing.md" %} basic-routing.md {% endcontent-ref %}

{% content-ref url="advanced-routing.md" %} advanced-routing.md {% endcontent-ref %}