All notable changes to laravel-routes-html
will be documented in this file.
Removed
- Remove the route_list/* route from the ignore routes list config.
Added
- Filter by domain.
- Click on GET|HEAD route to open it on a new tab.
Changes
- Just small UI changes, make the filter be more responsive on the small screen device.
Added
- Add method filter.
Added
- Allow sorting by the header on the route list table
Added
- Add the middlewares config key so the package user can set the middleware for the request.
Added
- Add the Middleware column to the route-list page.
Added
- A new route to display all the route in your application.
- initial release