Download the PHP package theanadimukt/routes-dir-iterator without Composer
On this page you can find all versions of the php package theanadimukt/routes-dir-iterator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download theanadimukt/routes-dir-iterator
More information about theanadimukt/routes-dir-iterator
Files in theanadimukt/routes-dir-iterator
Package routes-dir-iterator
Short Description Iterate nested directories for segregated routes
License MIT
Homepage https://github.com/theanadimukt/routes-dir-iterator
Informations about the package routes-dir-iterator
Routes Directory Iterator
This package contains a RoutesDirIterator
facade class that you can use to register segregate routes from nested directories at one place.
Installation
You can install the package via composer:
Usage
For example, routes for admin and guest has written in seperate files in nested directory structure for clean code.
posts.php - Add relevent routes to file
web.php - Use of package's RoutesDirIterator
facade class.
Under the hood package will do the necessary work to register all segreagated routed and make it publishable.
List all published routes in using command
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Sagar
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of routes-dir-iterator with dependencies
spatie/laravel-package-tools Version ^1.11.3
illuminate/contracts Version ^9.0