DirectoryTree / LdapRecord-Laravel

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

Prepare support for upcoming Laravel 9.0 #387

Closed saibotk closed 2 years ago

saibotk commented 2 years ago

It would be awesome to get this package ready to support Laravel 9 early, since it will be released soon.

Currently upgrading to Laravel 9 fails due to the dependency on Illuminate/support which will need 9.0 too. But i did not yet look at the changes that may be required for ldaprecord or if we can just bump the version number.

Thank you for the amazing package!

stevebauman commented 2 years ago

Thanks for your kind words @saibotk! Glad you've found LdapRecord useful 😄

I'll absolutely be patching Laravel 9 support in as soon as I can. Orchestra's Testbench doesn't have a version yet tagged with Laravel 9 support unfortunately: https://github.com/orchestral/testbench/releases

Once it does, I'll update the test environment and make a new release 👍

DanielMalmgren commented 2 years ago

Just a heads-up: Orchestral Testbench has now been released in version 7.0 with support for Laravel 9.

saibotk commented 2 years ago

Since the latest release this is implemented :rocket: thank you @stevebauman