-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Laravel 11 #10972
Laravel 11 #10972
Conversation
Hi @danharrin Thanks for the nice work. Does it mean that we need to Laravel 11 to merge this pull request? If we want to install filament with laravel 11-dev, is there any way to do that? |
If you would like to use it, you can contribute to eloquent-serialize and power-joins with Laravel 11 support. Once those packages have support, we can merge this PR. |
is there any knowing issues with eloquent-serialize and L11? $package = EloquentSerializeFacade::serialize(
\App\Models\User::query()
->limit(2)
);
dump($package);
$builder = EloquentSerializeFacade::unserialize($package);
foreach ($builder->get() as $item) {
dump($item);
} |
I can't imagine there will be issues, just needs to be a PR |
Both packages now have versions for Laravel 11. The constraints in your |
Thanks @staudenmeir, will watch out for the tags |
I'm still unable to run CI because of spatie/eloquent-sortable which is required by spatie/laravel-tags @mokhosh |
|
The failed tests seem to be related to It could also be https://github.com/laravel/framework/commits/master/src/Illuminate/Foundation/Testing/RefreshDatabase.php |
The first error is about a table not existing, maybe the rest of the errors are caught up because of that. Seems like maybe our migrations don't get picked up |
Seems to be a similar issue here, but it might be Passport related spatie/laravel-permission#2605 |
im on mobile, and github is clunky on mobile, but i would check how laravel/passport has adapted its tests on |
The PR I sent has not had the issue solved |
I went through laravel/framework PRs and commits, but now I'm thinking it's a testbench issue. I created an issue here: orchestral/testbench#393 |
Use Testbench configuration feature
Thanks to @crynobone, the tests are now passing! |
Awesome, thanks @crynobone and @danharrin |
Glad to see you managed to solve it 👍 |
Any news about this? |
@marcelloinfoweb about what man? |
If Filament is already supported in Laravel 11 |
It sure is @marcelloinfoweb |
Issues
Dependencies that need updating for core packages to function:
Dependencies that need updating for CI to function: