DbRoutingBundle icon indicating copy to clipboard operation
DbRoutingBundle copied to clipboard

A Symfony2 Bundle that creates routes stored in the database

Results 2 DbRoutingBundle issues
Sort by recently updated
recently updated
newest added

How to implement this bundle is not clearly defined. Could you provide an example of what the database entries would look like?

As you know, Symfony2 caches all routes in a php file. A database routing bundle implies that the routes are very dynamic, but when i change a route in the...