From 714914ca9fba245f12089de43bb238c41b105909 Mon Sep 17 00:00:00 2001 From: Pranjal Pandey Date: Tue, 11 Apr 2023 10:52:50 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e7feaa..44d2d52 100644 --- a/README.md +++ b/README.md @@ -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

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

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

+ + ## 🦊 How it Works? The automatic routing is possible by following some conventions. Lets take a example lets say a controller Hello