mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 22:12:18 +00:00
...
...
This commit is contained in:
@@ -35,7 +35,6 @@ SimpleRouter::init($defaultControllerNamespace);
|
|||||||
|
|
||||||
## Adding routes
|
## Adding routes
|
||||||
Remember the ```routes.php``` file you required in your ```index.php```? This file will contain all your custom rules for routing.
|
Remember the ```routes.php``` file you required in your ```index.php```? This file will contain all your custom rules for routing.
|
||||||
|
|
||||||
This router is heavily inspired by the Laravel 5.* router, so anything you find in the Laravel documentation should work here as well.
|
This router is heavily inspired by the Laravel 5.* router, so anything you find in the Laravel documentation should work here as well.
|
||||||
|
|
||||||
### Basic example
|
### Basic example
|
||||||
|
|||||||
Reference in New Issue
Block a user