File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ Complete docs can be found [here](https://component.scrawlerlabs.com/router/)
2121
2222## 🤔 Why use Scrawler Router?
2323- Fully automatic, you dont need to define single manual route.
24+ - Support manual route defination for your edge use case.
2425- No configrations , works out of the box with any php project.
25- - Stable and used internally within many [ Corpuvision ] ( https://corpusvision.com ) 's projects
26+ - Stable and well tested.
2627- Saves lot of time while building RESTful applications
2728 <br ><br >
2829
@@ -78,6 +79,11 @@ $response->send();
7879Done now whatever request occurs it will be automatically routed . You don't have define a single route
7980<br ><br >
8081
82+ ## ✏️ Manual routing
83+ Information on manual routing can be found in [ docs] ( component.scrawlerlabs.com/router/ )
84+ <br ><br >
85+
86+
8187## 🦊 How it Works?
8288
8389The automatic routing is possible by following some conventions. Lets take a example lets say a controller Hello
You can’t perform that action at this time.
0 commit comments