-
First of all thank you so much for this package, it's been a lifesaver.
It would be great if we could scope permissions to a team/company/organization (basically another model) - by supplying an ex…
-
Install the package.
https://spatie.be/docs/laravel-permission/v5
Make all neccessary config updates, publish assets.
Configure the User model.
Code the Role and Permission names.
Use the enum for…
-
The performance is poor (and memory-hungry) when the listing is large, in my case 12k entities.
Can lazy loading be used or something like virtual-scroller.
-
Before we start creating functions for our API, we need to have a list of necessary packages,
We must place the packages and why they are needed
-
- Laravel CRM Version: 10.10
- PHP Version: 8.2.10
### Description:
Enabling Spatie teams breaks role and permissions model.
### Steps To Reproduce:
- Enable Teams in the env file
LARAV…
-
Owner of a Room should be able to link their Discord server and select role(s) that should be automatically authorized to access the room
-
Hi,
This is a nice repo, thanks.
Could you please update all libraries? e.g. Grocery CRUD from 1.5.8 to 1.6.3?
Thanks.
-
when go to user detail page, show this error
call to undefined method App\Models\User::roles();
call to undefined method App\Models\User::permissions();
-
Is it possible to permission of folder with role wise .I have use spalit/permission package so i want to your package integrate with permission package. can you guide for it
-
is it possible to have read only rights when impersonating a user in production environment but edit rights in local environment?
I am working on an APP where i would want edit rights in the local …