Skip to content

Laravel 11 compatibility #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 30, 2024
Merged

Conversation

devNoiseConsulting
Copy link
Owner

Removing support for older versions of PHP
Removing support for older versions of Laravel/Illuminate

Added support for PHP 8.4
Added support for Laravel/Illuminate v11

Catching up with the latest Laravel releases.
Had Duster fix the PostgresEngine.php so it would be happy.
Working through the new Larastan errors. No real code changes, but new type hinting to remove the errors.
Any ignored errors appear to be related to the fact that the code assumes that the Model is using the Searchable trait.
Scout only goes up to 10.
Change type returned on performSearch to array|null. This is more to make the test happy than improve the code. Need to revise and make better tests.
@devNoiseConsulting devNoiseConsulting merged commit c677cde into master Nov 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant