Is there any chance to use Horizon with Laravel 5.3 or 5.4?
Thanks
I don't believe there are any plans to do that:
Horizon requires Laravel 5.5, which is currently in beta
According to composer.json you can install it on 5.4:
"illuminate/contracts": "~5.4",
"illuminate/queue": "~5.4",
"illuminate/support": "~5.4",
It _may_ work, but it isn't supported.
@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
I'm sure @taylorotwell said he'd been testing with 5.4 too though.
It works with Laravel 5.4 except a JS issue. I'm not sure that the issue is related to the laravel version.
No plans for supporting 5.4, just checked with Taylor
Can the docs be updated to reflect that it only works with 5.5?
@timgavin You can submit a PR to laravel/docs
@eleftrik I made a fork here for 5.4.
Hope it helps <3
Thank you @vzool! I'll try it as soon as I can
Most helpful comment
No plans for supporting 5.4, just checked with Taylor