-
Notifications
You must be signed in to change notification settings - Fork 178
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
Not working on Laravel 9 #95
Comments
I suspect Pulse was designed for Laravel 10+ only. |
@hosmelq What error did you get? blank page? |
@devajmeireles I installed it in Laravel 10, but it doesn't work, I have been updating that app from Laravel 5.8. But in an app installed from Laravel 10, it works. |
It targets Laravel 9 Line 21 in 3afeb3f
I updated the |
@hosmelq Could you explain what you did? |
I believe it was an oversight to add Laravel 9 support. Pulse require Livewire 3 which only support Laravel 10. |
@crynobone I have an app in Laravel 10 and it doesn't work |
I agree with you. I'm sure they will remove the number 9 from the composer.json file. |
List of reasons why it doesn't work with Laravel 9 out of the box (that I found so far):
If you manually patch that it seems to work in Laravel 9. Still probably best to just enforce Laravel 10 though. |
Thanks for the report. I don't think we can easily support Laravel 9 support so I'm going to close this one. #99 will hopefully make this clearer in future 👍 |
Pulse Version
v1.0.0-beta2
Laravel Version
v9.52.16
PHP Version
8.2
Description
Pulse is not working since
Benchmark::value
was added in Laravel 10.I can send a PR, but I want to know the best way. Maybe add the method in Laravel 9, add the
value
method directly to theRemembersQueries
trait, or inline the code in theremember
method.Steps To Reproduce
Install Pulse in a Laravel 9 project.
The text was updated successfully, but these errors were encountered: