-
Hi,
I have try to add spatie permission on base installation laravel with ldaprecord.
Ldap configuration under config/auth.php have
**'providers' => [
'ldap' => [
'driver' =>…
-
### Description
Hi all, I was previously using [pktharindu/nova-permissions](https://github.com/pktharindu/nova-permissions) and am now migrating to [serenysoft/nova-permissions](https://github.com…
-
### Description
I'm getting this error with this package.
'SQLSTATE[HY000]: General error: 1 near "on": syntax error (Connection: sqlite, SQL: insert into "cache" ("key", "value", "expiration"…
-
HI.
I want test login API in Laravel but instead of return 200 or 401, test return 302 always.
> $info = ['email'=>'test@gmail.com','password'=>'123456'];
> $response = $this->json('POST', '/log…
-
# Feature Request
### What's the feature you think Backpack should have?
Backpack should be able to work out-of-the-box on Laravel Vapor and/or provide clear steps on how to deploy it there.
…
-
I am facing an issue with the middleware aliases 'role', 'permission', and 'role_or_permission' in Spatie Permission version 6 and higher. I am using Laravel 10 along with the stancl/tenancy package. …
-
I get this error when trying to create database.
![image](https://github.com/lara-zeus/zeus/assets/103813381/b4f00d4a-3e1e-44b7-a3ff-15e2cb51fec8)
.
-
i run with team = true
i got error
Integrity constraint violation: 1048 Column 'team_id' cannot be null (Connection: mysql, SQL: insert into `model_has_roles` (`model_id`, `model_type`, `role_…
-
Hi
I am receiving intermittent issues with a job that sometimes it works sometimes it doesnt. I receive the following error:
```
Base table or view not found: 1146 Table 'db_lgnhs.tenants' do…
-
### What happened?
When a model uses the trait Spatie\MediaLibrary\InteractsWithMedia, the output looks like this:
media?: App.Models.$this->getMediaModel[]
media_count?: number
…