Skip to content

Commit

Permalink
Edit Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Oct 29, 2019
1 parent 37dbb94 commit b1e1246
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to `route-usage` will be documented in this file

## 0.3
**29 Oct 2019** | [git diff 0.2..0.3](https://github.com/julienbourdeau/route-usage/compare/0.3..0.3)

* Hide HTML page behind Gate - PR [#13](https://github.com/julienbourdeau/route-usage/pull/13)

In your `AuthServicePrivder::boot`, define a gate:

```php
Gate::define('viewRouteUsage', function ($user) {
return $user->isSuperAdmin();
});
```

## 0.2
**28 Oct 2019** | [git diff 0.1..0.2](https://github.com/julienbourdeau/route-usage/compare/0.1..0.2)

Expand Down

0 comments on commit b1e1246

Please sign in to comment.