Horizon: Laravel version < 5.5?

Created on 27 Jul 2017  路  11Comments  路  Source: laravel/horizon

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

Most helpful comment

No plans for supporting 5.4, just checked with Taylor

All 11 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

meathanjay picture meathanjay  路  3Comments

RicardoRamirezR picture RicardoRamirezR  路  3Comments

elynnaie picture elynnaie  路  3Comments

pmartelletti picture pmartelletti  路  4Comments

crash13override picture crash13override  路  5Comments