我的项目使用laravel 5.3
我想在我的项目中实施laravel horizon
我在文档laravel 5.3中搜索引用。但我找不到它。它似乎只存在于laravel 5.5
中我可以在laravel 5.3中安装laravel horizion吗?
答案 0 :(得分:1)
您无法在laravel 5.3中安装Horizon。 Horizon具有Laravel 5.5的依赖性
在Horizon https://github.com/laravel/horizon/blob/6fe4cd4af88dde8f411e0454e1e64f773cfe0666/composer.json#L20
的composer.json中"illuminate/contracts": "~5.5",
"illuminate/queue": "~5.5",
"illuminate/support": "~5.5",
如果要使用Horizon
,则需要升级应用程序