Skip to content

Commit

Permalink
Merge pull request #13 from Jono20201/feature/helpers-file
Browse files Browse the repository at this point in the history
Update README to show helpers are avaliable
  • Loading branch information
Mario Bašić authored Nov 12, 2016
2 parents e869702 + d51b164 commit 30b4522
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,11 @@ Compares given array of URLs with current URL.
```php
{{ Ekko::areActiveURLs(['/product', '/product/create']) }}
```

## Helpers

Helper functions are available for all methods. Example:

```php
{{ isActiveRoute('user.*') }}
```

0 comments on commit 30b4522

Please sign in to comment.