-
**Describe the bug**
Today, when I clicked the send reminder button, it opened the modal to send the email. Click on the Send email button throws an error.
**Screenshots**
-
When I run php artisan db:seed i get the following error message:
{"error":{"type":"ErrorException","message":"call_user_func_array() expects parameter 1 to be a valid callback, non-static method Rol…
-
I need to search with translatable field
```
public static $searchRelations = [
'category' => ['title'],
];
```
title has translatable property of Spatie package
```
public $transl…
-
I have a `project` model/table that has a number of `files` attached to it. When updating a project I allow the user to delete files from it. I use a nested mutation with a `delete: [ID!]` field f…
-
So I've noticed an unusual problem - I'm getting the above error when I run a migration that only has:
```
$table->integer('flag_id')->index();
$table->integer('node_id')->index();
$table->forei…
-
We are logging activity of several models, some using SoftDeletes trait and others not.
When we set config option `'subject_returns_soft_deleted_models' => true` then calling `subject()` on any mod…
-
It would be great if this package support followers you know thing!
![image](https://user-images.githubusercontent.com/69431456/122854587-8f8a5d00-d331-11eb-9b9e-50a5851cd665.png)
-
- Laravel Version: **5.5**
- PHP Version: **7.0**
- Database Driver & Version: **MySQL 5.7.18** x86_64 (Ubuntu)
### Description:
If model name doesn't match with appropriate table name from data…
-
After click on admin panel link authentication-logs get:
**Symfony \Component \Routing \Exception\RouteNotFoundException
Route [filament.admin.resources.users.edit] not defined.**
$response = …
-
- Laravel-mongodb Version: 8
- PHP Version: 7.4
- Database Driver & Version:
### Description:
Full example in this SO question: https://stackoverflow.com/questions/69260901/jensseger-belongsto…