Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Patompong Savaengsuk committed Nov 29, 2021
2 parents b769a4d + c1a9c0f commit 4d75dd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `laravel-routes-html` will be documented in this file.

## 1.3.0 - 2021-11-26

**Added**

- Allow sorting by the header on the route list table

## 1.2.0 - 2021-11-25

**Added**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

This package adds a route to your Laravel application. Once you've installed this package, enter `/route-list` path in the browser to see your route list.

https://user-images.githubusercontent.com/3887531/143397596-d7e6e3a4-a540-4dbe-bff9-4fd64920e2bb.mov
https://user-images.githubusercontent.com/3887531/143555171-63bcabfc-11e3-4673-91cd-b06df5fa0021.mov

The page also allows you to filter using the URI and Name.

Expand Down Expand Up @@ -80,7 +80,7 @@ return [

Open your Laravel application on the browser and go to `/route-list` URL (or the URL that you put inside the `routes-html.uri`).

![Screenshot](https://imgur.com/jNpGT6g.png)
![Screenshot](https://i.imgur.com/0W86LoF.png)

### Route Middlewares

Expand Down

0 comments on commit 4d75dd0

Please sign in to comment.