elementsframework/dynamic-routing

This package provides the implementation for loading different types of routes from the database.

1.0.1 2016-10-31 18:00 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:46:30 UTC


README

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.