shamaseen

Results 7 issues of shamaseen

- Laravel Version: 8 - Adldap2-Laravel Version: 6.15 - PHP Version: 8.0 - LDAP Type: OpenLDAP ### Description: On fresh Laravel 8 installation, running `composer require adldap2/adldap2-laravel` I receive -...

**Describe the bug** psalm returns `InvalidReturnType` on: ``` public function notifications(): MorphMany { return $this->morphMany(Notification::class, 'notifiable') ->latest(); } ``` the full error is: ``` ERROR: InvalidReturnType - Modules/Admin/Auth/Models/Admin.php:126:38 - The...

bug

**Describe the bug** InvalidTemplateParam error is returned when using Eloquent Collection methods (I've tried `find` and `unique`). **Impacted Versions** Latest; psalm/plugin-laravel v2.0.1 **Additional context** `Route::get('test', function () { $collection =...

bug
help wanted

This is a fix for the performance issue of https://github.com/nWidart/laravel-modules/pull/1409 This allows the developer to customize how many sub-directory to search for module.json by defining that explicitly on the config.scan;...

stale

Attributes should be prioritized over relationship methods; this is how Laravel does it and what the developer anticipates. ## The issue The issue was (and I added a test for...

Starting from Laravel 11, MongoDB support has been added, but mongod queries are not shown on the debugbar. I can confirm that MognoDB queries were shown on version 3.x of...

### Dusk Version v8.3.3 ### Laravel Version 12.35.0 ### PHP Version 8.4 ### PHPUnit Version 11.5.42 ### Database Driver & Version Postgress ### Description console log is no longer stored...

needs more info