Skip to content

Commit

Permalink
Install Filament Shield
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jun 23, 2024
1 parent ef82c25 commit 90a6066
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
use Laravel\Fortify\TwoFactorAuthenticatable;
use Laravel\Jetstream\HasProfilePhoto;
use Laravel\Sanctum\HasApiTokens;
use Spatie\Permission\Traits\HasRoles;

class User extends Authenticatable
{
use HasApiTokens;
use HasRoles;
use HasConnectedAccounts;
use HasFactory;
use HasProfilePhoto {
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"license": "MIT",
"require": {
"php": "^8.3",
"bezhansalleh/filament-shield": "^3.2",
"filament/filament": "^3.2",
"guzzlehttp/guzzle": "^7.8",
"joelbutcher/socialstream": "^6.0",
Expand Down
170 changes: 169 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90a6066

Please sign in to comment.