handcraftedinthealps/rest-routing-bundle
Symfony bundle that restores FOSRestBundle-style automatic REST route generation. Supports format options and method/name prefixing, and includes a command to dump/convert type: rest routes into standard Symfony routes for migration or opt-out.
We are not longer recommend the usage of this bundle. In this version we added a easy way to opt out, thx to @mamazu:
bin/console fos:rest:routing:dump-symfony-routes
# filter by a specific controller
bin/console fos:rest:routing:dump-symfony-routes --controller="your.controller.service"
# filter by a specific name prefix
bin/console fos:rest:routing:dump-symfony-routes --name-prefix="your_prefix."
Full Changelog: https://github.com/handcraftedinthealps/RestRoutingBundle/compare/1.1.2...1.2.0
Full Changelog: https://github.com/handcraftedinthealps/RestRoutingBundle/compare/1.0.6...1.1.0
Merged pull requests:
No changes since 1.0.0-beta2.
Implemented enhancements:
Merged pull requests:
Initial release of the RestRoutingBundle, provides the same functionality as the RestBundle routing services and make it easier to migrate from FOSRestBundle 2.x to 3.x.
How can I help you explore Laravel packages today?