DirectoryTree / LdapRecord-Laravel

Multi-domain LDAP Authentication & Management for Laravel.
https://ldaprecord.com/docs/laravel/v3
MIT License
496 stars 52 forks source link

LdapRecord-Laravel Support for PHP8.0 and Larvel 9 #490

Closed Drinu89 closed 1 year ago

Drinu89 commented 1 year ago

Environment:

I am trying to install ldaprecord-laravel into my Laravel 9 Project and this error is being outputted:

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require directorytree/ldaprecord-laravel:*" to figure out if any version is installable, or "composer require directorytree/ldaprecord-laravel:^2.1" if you know which you need.

It seems that ldaprecord-laravel is not yet supported by Laravel 9

Drinu89 commented 1 year ago

Fixed saw issue https://github.com/DirectoryTree/LdapRecord-Laravel/issues/392