caffeinated / menus

:pushpin: Menu generator package for the Laravel framework
https://caffeinatedpackages.com
132 stars 59 forks source link

Instalation laravel 5.5.3 #97

Closed asselta closed 7 years ago

asselta commented 7 years ago

I have problem with installation caffeinated/menus in fresh project Laravel 5.5.3 via composer. After composer command "composer require caffeinated/menus" occur 1 problem:

`- caffeinated/menus v3.0 requires laravelcollective/html 5.3.* -> satisfiable by laravelcollective/html[5.3.x-dev, v5.3.0, v5.3.1, v5.3.2] but these conflict with your requirements or minimum-stability.

benchpilot commented 7 years ago

It's been fixed in the dev version. Just run composer require caffeinated/menus=3.0.x-dev and it should work.

asselta commented 7 years ago

That's works Thank you Goldenblum

yajra commented 7 years ago

@kaidesu please tag to fix this issue. Thanks!

kaidesu commented 7 years ago

Tagged 3.0.2 with Laravel 5.5 support~