Download the PHP package nasution/laravel-implicit-routes without Composer
On this page you can find all versions of the php package nasution/laravel-implicit-routes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nasution/laravel-implicit-routes
More information about nasution/laravel-implicit-routes
Files in nasution/laravel-implicit-routes
Download nasution/laravel-implicit-routes
More information about nasution/laravel-implicit-routes
Files in nasution/laravel-implicit-routes
Vendor nasution
Package laravel-implicit-routes
Short Description Laravel implicit routes, very similar like CodeIgniter.
License MIT
Package laravel-implicit-routes
Short Description Laravel implicit routes, very similar like CodeIgniter.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-implicit-routes
Implicit Laravel Routes
Make implicit routes to Laravel. It's very similar like CodeIgniter routes.
Installation
Register service provider inside providers
in config/app.php
file.
Usage
Add Route::anything()
to your routes file.
Now, you have capability to visit any path. For example, if you visit
http://localhost/products/shoes/42
, it's equivalent
If you visit address without second segment, it will use index
method. For example http://localhost/products
, it's equivalent
License
MIT © Mulia Arifandi Nasution
All versions of laravel-implicit-routes with dependencies
PHP Build Version
Package Version
No informations.
The package nasution/laravel-implicit-routes contains the following files
Loading the files please wait ....