-
Hi there! First of all, thanks a lot for this great piece of code!
I'm having such a hard time dealing with SoftDeletes.
The following will work just as expected:
```php
// At AssetControlle…
-
- Laravel Version: 7.18.0
- Nova Version: 3.8.2
- PHP Version: 7.4
### Description:
When having a HasMany relation to a model that SoftDeletes with the `withoutTrashed()` argument it displays …
-
https://github.com/laravel/jetstream/blob/8f6fd594b67573d45d2df72fcb1f4709a3e500ea/src/HasTeams.php#L132-L134
When viewing a user that has been soft deleted, it is not possible to view the roles th…
-
This is a **bug**.
### Prerequisites
* [x] Are you running the latest version?
* [x] Are you reporting to the correct repository?
* [x] Did you check the documentation?
* [x] Did you perfo…
-
Hey all,
possibly you've seen that I'm working on the `ModelMethodOrder` linter and to improve its stability I would like to add several more fixtures to test with.
So I'm asking everyone able/wil…
-
Use middleware permission error
The first time I use this package, when I use the `role` in the router middleware, there is no problem, but I will use the `permission` to report the error` Method Ill…
-
# Bug report
Hi, I'm using the latest version of Larastan (v0.6.9), and Laravel.
`phpstan analyse` works fine when my `.env` is configured correctly, but when I clear this file, I receive this iss…
-
- Laravel Version: 7.22.4
- PHP Version: 7.3.17
- Database Driver & Version: MySQL 8.0.14
### Description:
If we set deleted_at for through-model, we have all items in result anyway
###…
-
Hi Everyone,
Yesterdary I was working with mi app in Laravel 5.8, and suddenly my APIS did not work. The error mentionated in console was:
message | DateTime::setTimestamp() expects parameter 1…
-
Hi all,
I hope someone can help me out on this. I got the following sql error message:
`SQLSTATE[42000]: Syntax error or access violation: 1055 'somedatabase.permissions.name' isn't in GROUP BY …