-
### Description
We are using the following versions:
Laravel 11.21
Livewire 3.5
Spatie Laravel Permission 6.9
Spatie Laravel Permissions WITH TEAMS
**The issue**
I'm encountering an issue w…
-
My first client to spin up on Attendize has a need to be able to add users to the system and assign them to a particular organizer. We found the invite users feature and we can invite all the users we…
-
### SDK Version
7.2
### PHP Version
PHP 8.2
### Composer Version
2.x
### What happened?
Hi,
I have been trying to integrate the latest version of Auth0 with spatie/laravel-permission ‘and Sp…
-
Please check it.. i have to setup it asap thank you
http://prntscr.com/rh2nzt
-
### Description
I want to switch to UUIDs and have followed the steps for implementing them. I also created the Role and Permission models accordingly. But, when using the HasUuids trait, I get an er…
-
So, the current implementation of the `SettingsServiceProvider::boot()` method prevents caching of the settings, forcing 2 queries (one to detect the table, one to load settings) on the DB. It's more …
-
QueryLoggerServiceProvider.php
```php
DB::listen(function (QueryExecuted $query) {
if ($query->time < $this->app['config']->get('logging.query.slower_than', 0)) {
return;
}
$sqlWithPlace…
-
Role name [admin]:
> admin
User 'ayhanbaris@yahoo.com' has been created (id: 1)
Konekt\Acl\Exceptions\GuardDoesNotMatch
The given role or permission should use guard `` instead of `we…
-
Problem 1
- Root composer.json requires php ^0.0 but your php version (8.1.6) does not satisfy that requirement.
Problem 2
- Root composer.json requires facade/ignition-code-editor ^1.0…
-
### Description
when using multiple guards you cant define a "super user" for each guard because the before callback doesnt know what the guard is.
The guard is removed from the arguments here ht…