-
### Description
The current version of spatie/laravel-permission is raising lazy loading exceptions in Laravel. This occurs when `$role->givePermissionTo("Do Something")`. I didn't check for others f…
-
### What is your request about?
When i try to query a user, i get a 500 Server error back
https://domain.tld/api/users/1
Returns 500
```json
{
"message": "Server Error"
}
```
### Branch…
-
Hey, there is a closed issue (#103) and an open PR (#114). Since the ticket was closed by a bot and we can’t reopen it, I've created this new one. Can we please address the warnings? The logs are curr…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
When the "Generate Backup" butt…
-
### What happened?
How can I make filament-menu-builder plugin multilingual with Filament spatie translatable plugin?
### How to reproduce the bug
How can I make filament-menu-builder plugin multil…
-
could not find driver
CREATE TABLE "commands" (
"id" integer PRIMARY key autoincrement NOT NULL,
"name" varchar,
"description" varchar,
"synopsis" varchar,
"arguments" text,
"option…
-
When I upgraded from v7 to v8 of this driver, I found that suddenly code that worked fine in v7 is now throwing the "Nested transactions are not supported by this client." error from google/cloud-span…
-
On 11.9.2 everything works.
On 11.10, the following error occurs when updating or saving media:
```
{
"message": "There is no conversion named `thumb`",
"exception": "Spatie\\MediaLibrary\\M…
-
### What happened?
Allow handlers to conform to DTO. (these also need to be created/generated...)
```php
$query = static::getEloquentQuery();
$model = static::getModel();
$qu…
-
**✏️ Describe the bug**
I'm implementing a nested Data object. When I manipulate `$adults` from outside (`BookingEngine`, which is a Livewire component) it manipulates `$travelers` as well. Once I typ…