ElementsFramework / DynamicRouting by TheWildHorse

This package provides the implementation for loading different types of routes from the database.
10
0
3
Package Data
Maintainer Username: TheWildHorse
Maintainer Contact: igor.rinkovec+elements@gmail.com (Igor Rinkovec)
Package Create Date: 2016-09-13
Package Last Update: 2017-08-26
Language: PHP
License: MIT
Last Refreshed: 2024-05-02 15:01:22
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 3
Total Open Issues: 0

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.