You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
First, add the Spatie\Permission\Traits\HasRoles trait to your User model(s):
55
-
56
-
```php
57
-
use Illuminate\Foundation\Auth\User as Authenticatable;
58
-
use Spatie\Permission\Traits\HasRoles;
59
-
60
-
class User extends Authenticatable
61
-
{
62
-
use HasRoles;
63
-
64
-
// ...
65
-
}
66
-
```
34
+
## Installing Laravel Permissions
67
35
68
-
## Installing Laravel Livewire datatables
69
-
70
-
Inforce uses datatables for its overviews. Because the datatables i use don't include a tailwind ui i've created a fork. The fork is in pull request but while it's still open you have to include my
71
-
version as a root dependencie in your project. In future versions this installation step will be obsolete.
0 commit comments