DEV Community

Soysal Tan
Soysal Tan

Posted on

Decompose your Laravel route files

While working with Laravel, you may encounter a scenario in which route files need to be separated.In this case you will need to make some changes in the project. This process can often become a chore, I have often faced this problem so I developed a package to help you automate this kind of chore.

Github link : https://github.com/soysaltan/larasplitter

You can install by using Composer
composer require soysaltan/larasplitter

Oldest comments (0)