Giter Club home page Giter Club logo

Comments (10)

crynobone avatar crynobone commented on June 9, 2024 2

I believe it was an oversight to add Laravel 9 support. Pulse require Livewire 3 which only support Laravel 10.

from pulse.

hosmelq avatar hosmelq commented on June 9, 2024 1

I suspect Pulse was designed for Laravel 10+ only.

It targets Laravel 9

"illuminate/auth": "^9.0 || ^10.0",

I updated the RemembersQueries file in the vendor folder and verified that everything works correctly.

from pulse.

devajmeireles avatar devajmeireles commented on June 9, 2024

I suspect Pulse was designed for Laravel 10+ only.

from pulse.

dlopez525 avatar dlopez525 commented on June 9, 2024

@hosmelq What error did you get? blank page?

from pulse.

dlopez525 avatar dlopez525 commented on June 9, 2024

@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.

from pulse.

dlopez525 avatar dlopez525 commented on June 9, 2024

@hosmelq Could you explain what you did?

from pulse.

dlopez525 avatar dlopez525 commented on June 9, 2024

@crynobone I have an app in Laravel 10 and it doesn't work

from pulse.

hosmelq avatar hosmelq commented on June 9, 2024

I believe in was an oversight to add Laravel 9 support. Pulse require Livewire 3 which only support Laravel 10.

I agree with you. I'm sure they will remove the number 9 from the composer.json file.

from pulse.

te1 avatar te1 commented on June 9, 2024

List of reasons why it doesn't work with Laravel 9 out of the box (that I found so far):

  • Needs nunomaduro/collision 7.7 or newer (Laravel 9 uses ^6.1)
  • Needs illuminate/support 10 (not enforced by composer.json right now)
    • Dashboard needs Illuminate\Support\Benchmark::value
    • php artisan pulse:check needs Illuminate\Support\Sleep

If you manually patch that it seems to work in Laravel 9. Still probably best to just enforce Laravel 10 though.

from pulse.

jessarcher avatar jessarcher commented on June 9, 2024

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 👍

from pulse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.