Skip to content

Commit

Permalink
feature: resource lock (config not applied for permissions)
Browse files Browse the repository at this point in the history
feature: use virtual column for display_name; works better with filament
feature: spotlight
feature: add user form
feature: logger (uses policy for permissions, needs solve)
fix: add $recordTitleAttribute to support spotlight
  • Loading branch information
Kashkin committed Mar 20, 2024
1 parent c2aa07c commit add24a5
Show file tree
Hide file tree
Showing 12 changed files with 566 additions and 40 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"spatie/laravel-permission": "^6.3",
"laravel/framework": "^10.0",
"mansoor/filament-versionable": "^0.0.6",
"ralphjsmit/laravel-filament-components": "^2.1"
"ralphjsmit/laravel-filament-components": "^2.1",
"kenepa/resource-lock": "^2.0",
"z3d0x/filament-logger": "^0.7.0",
"pxlrbt/filament-spotlight": "*"
},
"require-dev": {
"laravel/sanctum": "^3.3",
Expand Down
Loading

0 comments on commit add24a5

Please sign in to comment.