PHPackages                             jetwaves/laravel-implicit-router - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jetwaves/laravel-implicit-router

ActiveSdk

jetwaves/laravel-implicit-router
================================

A simple Implicit Router/Controller Router for Laravel whose version &gt;= 5.2 ( 5.5 tested )

v1.1.0(8y ago)27.3k↑166.7%1[1 issues](https://github.com/jetwaves/laravel-implicit-router/issues)MITPHP

Since Sep 8Pushed 8y ago2 watchersCompare

[ Source](https://github.com/jetwaves/laravel-implicit-router)[ Packagist](https://packagist.org/packages/jetwaves/laravel-implicit-router)[ RSS](/packages/jetwaves-laravel-implicit-router/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

laravel-implicit-router
=======================

[](#laravel-implicit-router)

A simple Implicit Implicit Router/ Controller Router for Laravel whose version &gt;= 5.2 ( 5.5 tested )

**CREDIT TO** [dingo/api](https://github.com/dingo/api) and [laravel framework](https://github.com/laravel/laravel)

---

HOW TO USE:
-----------

[](#how-to-use)

(exemple tested working well in **Laravel 5.5** / should be the same in **Laravel 5.2 5.3 5.4** )

### Situation:

[](#situation)

From Laravel 5.2, the feature [**implicit controller routing**](https://laravel.com/docs/5.1/controllers#implicit-controllers) has been removed.

But some projects have thousands of routing rules to declare.

### Solution:

[](#solution)

1. run command:

    ```
     composer require jetwaves/laravel-implicit-router
    ```
2. in your api.php or web.php in routes, add this following lines (1).

    ```
