elementsframework/dynamic-routing

This package provides the implementation for loading different types of routes from the database.
10
Install
composer require elementsframework/dynamic-routing
Maintainer: TheWildHorse

Laravel Dynamic Routing

Build Status codecov Scrutinizer Code Quality

Supported Laravel version: 5.3

This package allows for registering dynamic routes served from the database. Such dynamic routes can be set-up to work like normal Laravel routes using the implemented route handlers or to do completely custom actions by implementing simple handlers on your own.

Documentation

Documentation is available in on the official Elements Framework website.