Skip to content
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 version < 5.5? #32

Closed
eleftrik opened this issue Jul 27, 2017 · 11 comments
Closed

Laravel version < 5.5? #32

eleftrik opened this issue Jul 27, 2017 · 11 comments

Comments

@eleftrik
Copy link

Is there any chance to use Horizon with Laravel 5.3 or 5.4?
Thanks

@ntzm
Copy link
Contributor

ntzm commented Jul 27, 2017

I don't believe there are any plans to do that:

Horizon requires Laravel 5.5, which is currently in beta

@vyuldashev
Copy link

According to composer.json you can install it on 5.4:

"illuminate/contracts": "~5.4",
"illuminate/queue": "~5.4",
"illuminate/support": "~5.4",

@alexbowers
Copy link

It may work, but it isn't supported.

@Dylan-DPC-zz
Copy link
Contributor

Dylan-DPC-zz commented Jul 27, 2017

@vyuldashev

According to composer.json you can install it on 5.4:

"illuminate/contracts": "~5.4",
"illuminate/queue": "~5.4",
"illuminate/support": "~5.4",

No this will change when 5.5 releases and could cause issues later

@jbrooksuk
Copy link
Member

I'm sure @taylorotwell said he'd been testing with 5.4 too though.

@brexis
Copy link

brexis commented Jul 27, 2017

It works with Laravel 5.4 except a JS issue. I'm not sure that the issue is related to the laravel version.

@themsaid
Copy link
Member

themsaid commented Jul 27, 2017

No plans for supporting 5.4, just checked with Taylor

@timgavin
Copy link

Can the docs be updated to reflect that it only works with 5.5?

@ntzm
Copy link
Contributor

ntzm commented Aug 21, 2017

@timgavin You can submit a PR to laravel/docs

@vzool
Copy link

vzool commented Feb 21, 2018

@eleftrik I made a fork here for 5.4.

Hope it helps <3

@eleftrik
Copy link
Author

Thank you @vzool! I'll try it as soon as I can

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

No branches or pull requests

10 participants