-
- Laravel Version: 5.5.24
- PHP Version: 7.2, 7.1
- Database Driver & Version: PostgreSQL 9.5 & PostgreSQL 9.6
### Description:
When we have morph to many relationship, we can't delete model, be…
-
- Larastan Version: ^0.7.5
- `--level` used: 8
- Pull request with failing test: #838
### Description
Larastan does not detect a nested SoftDeletes trait after updating from 0.7.4 to 0.7.5 or h…
-
Hi,
I recently was upgrading Laravel 7 -> Laravel 8 -- via guide [https://laravel.com/docs/8.x/upgrade](https://laravel.com/docs/8.x/upgrade)
Noticed in 8.x the `deleted_at` column was no longer…
-
- Larastan Version: 0.7.12
- `--level` used: 3
### Description
I am not sure if this a limitation of PHPStan or Larastan, but I'll check here first.
I am trying to get the `notArchived` scop…
-
## Expected Behavior
Please describe the behavior you are expecting.
app not installing on store
## Current Behavior
app installing getting an error
2. try to access localhost http://127.…
-
# Support question
I am writing an application using Laravel which has a function for recursively fetching all the traits used by a class (called `class_uses_recursive`).
I use the following cod…
-
Soft-delete dominion record to preserve data and relational links. Double check to make sure the tick system doesn't process soft-deleted dominions.
It should clear up the spot in the round for new…
-
the package works perfect for one-to-many relationship, but when it comes to many-to-many relationship it's not working
here is my code :
```
class Product extends Model
{
use …
-
Hi! Thank you for this amazing component!
I have an error when I run the `php artisan check:stringy_classes` command: It throws the following error output:
```
Checking strings...
PHP Fatal erro…
-
# Feature request
I know - I know. We should [use interfaces, not misuse traits](https://github.com/phpstan/phpstan/issues/719#issuecomment-354539552).
But IRL you find yourself in a project with …