Download the PHP package aldrumo/route-loader without Composer
On this page you can find all versions of the php package aldrumo/route-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aldrumo/route-loader
More information about aldrumo/route-loader
Files in aldrumo/route-loader
Download aldrumo/route-loader
More information about aldrumo/route-loader
Files in aldrumo/route-loader
Vendor aldrumo
Package route-loader
Short Description Laravel based route loader for use with sluggable items
License MIT
Package route-loader
Short Description Laravel based route loader for use with sluggable items
License MIT
Please rate this library. Is it a good library?
Informations about the package route-loader
Route Loader
Laravel package for loading dynamic sluggable routes.
Setup
Create class that implements \Aldrumo\RouteLoader\Contracts\RouteLoader
.
This should return a collection that contains items with a slug
and id
attribute. This will likely be "Page" models.
Register this to the container in your app service provider.
Generator
Place the following lins in the "boot" method of your apps service provider
Clearing Routes
All versions of route-loader with dependencies
PHP Build Version
Package Version
The package aldrumo/route-loader contains the following files
Loading the files please wait ....