-
**Describe the bug**
Hi!
I found out that `withTrashed()` [route method](https://laravel.com/docs/9.x/routing#implicit-soft-deleted-models) is not working with `screen` - it will throw 404 error…
-
# Bug report
### What I did
This was working in Laravel 7 and backpack 4 after the upgrade this error apear when using basic filters
As i debugged i see that "attribute" isnt present in applySe…
-
- Larastan Version: 2.1.2
- `--level` used: 1
- Laravel Version: 9.4.1
### Description
possibly same as issue #925, but the solution didn't worked to me.
### Laravel code where the issu…
-
Hi,
I get this error when I configured User Model as you mentioned in docs.
`Class '\App\User' not found`
Laravel : 6.x
-
| Software | Version
| --------------------| ---------------
| PHP | 8.0.5
| Elasticsearch | 7.10
| Laravel | 8.81.0
| …
-
- Laravel Version: 8.12
- Nova Version: ~3.0
- PHP Version: 7.4
- Operating System and Version: w10
- Browser type and version: Mozilla
- Reproduction Repository: https://github.com/###/###
##…
-
**Describe the bug**
I created a seeder with example translations for Page model. After running `php artisan migrate:fresh --seed` or `php artisan db:seed` page is created but no translations are sav…
-
Laravel 7
#### Actual Behaviour
Do not save log when a use DataTables MassDestroy, if i remove just only one, log save OK.
Model friends.php
```
-
Hi, I have being playing with this library a bit, as you can see from my pull requests.
All test always succeed, but in practice I was not able to use the package.
I have a few issues:
1. Why it …
-
All Eloquent models which use `SoftDeletes` trait accept methods from `SoftDeletingScope`:
1. forceDelete
2. restore
3. withTrashed
4. withoutTrashed
5. onlyTrashed
Usage example:
`Inventor…