Skip to content

Commit

Permalink
add initial readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csrui committed Jul 13, 2022
1 parent 9ff4489 commit 4feb105
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Laravel Permissions

Livewire component to manage permissions for a given model.

⚠️ This library is in active development so the API may suffer changes.

Requires:

- Livewire
- AlpineJS
- Backstate

## Getting started

Require the package

```
composer require 26b/laravel-permissions
```

0 comments on commit 4feb105

Please sign in to comment.