-
- Larastan Version: 2.9.8
- Laravel Version: 11.26.0
### Description
When constraining eager loads all builder methods are not found.
### Laravel code where the issue was found
```php
Use…
-
### Laravel Rest Api Version
2.8.7
### Laravel Version
11
### PHP Version
8.3
### Database Driver & Version
_No response_
### Description
Considering the following example:
I want to searc…
-
- Laravel-mongodb Version: 3.8.2
- PHP Version: 7.4.13
- Database Driver & Version: 1.9.0
### Description:
Adding a mysql relation to a mongodb model causes the given error when fetching the r…
djeux updated
1 month ago
-
### Laravel Version
11.7.0
### PHP Version
8.3.7
### Database Driver & Version
PostgreSQL 15.7 and MySQL 8.0.37
### Description
When eager loading a model relationships, the resul…
-
# Bug report
### What I did
Created a CRUD::Field on an morphable relation, defining an ajax datasource for the results:
```
CRUD::field([
'name' => 'morphable',
'l…
-
Cannot access offset of type string on string
at vendor/san-kumar/laravel-crud/src/Utils/SchemaUtils.php:79
Erro ocurred when execute this command php artisan crud:generate estrutura
-
- Laravel Version: 10.45.1
- Nova Version: 4.32.13
- PHP Version: 8.2.16
- Database Driver & Version:
- Operating System and Version: MacOs 14.2.1
- Browser type and version: FF 122.01
- Reprodu…
-
- Larastan Version: 2.9.9
- Laravel Version: 11.28.0
### Description
Hi. How to describe relationships correctly?
To my description
```php
/**
* @return BelongsTo
*/
…
-
### Description
I was writing tests and came across this quirk.
Assuming you've given permission for a role to `do a thing`, this test still fails:
```php
$role = Role::find(1);
$thi…
-
### Feature request
Hello!
Please see the following issue for context: https://github.com/calebdw/larastan/issues/17
Essentially, the method docs were updated in the Laravel framework to specif…