Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rook committed Aug 17, 2021
1 parent 16a66e7 commit 32b9e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ You can install the package via composer:
composer require handmadeweb/statamic-laravel-packages
```

Then you can assign permissions via Statamic which will be usable in the form of `can` / `cant`, `access laravel telescope` or (horizon, nova)
Then you can assign permissions via Statamic which will be usable in the form of `can` / `cant`, `access laravel telescope`, `access laravel horizon` or `access laravel nova`

Then just update the service provider for your chosen package
Then just update the service provider for your chosen package, for example with Telescope we might use the following.

`\App\Providers\TelescopeServiceProvider`
```php
Expand Down

0 comments on commit 32b9e44

Please sign in to comment.