Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Apr 11, 2023
1 parent 8ee9ccd commit 714914c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Complete docs can be found [here](https://component.scrawlerlabs.com/router/)

## 🤔 Why use Scrawler Router?
- Fully automatic, you dont need to define single manual route.
- Support manual route defination for your edge use case.
- No configrations , works out of the box with any php project.
- Stable and used internally within many [Corpuvision](https://corpusvision.com)'s projects
- Stable and well tested.
- Saves lot of time while building RESTful applications
<br><br>

Expand Down Expand Up @@ -78,6 +79,11 @@ $response->send();
Done now whatever request occurs it will be automatically routed . You don't have define a single route
<br><br>

## ✏️ Manual routing
Information on manual routing can be found in [docs](component.scrawlerlabs.com/router/)
<br><br>


## 🦊 How it Works?

The automatic routing is possible by following some conventions. Lets take a example lets say a controller Hello
Expand Down

0 comments on commit 714914c

Please sign in to comment.