-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Installing problems with ConcordServiceProvider #39
Comments
Fixed it by changing vendor/konekt/menu/src/ItemCollection.php public function add(Item $item) -> public function add($item) |
Well vendor must never be changed so this will not continue to work as soon as you install this somewhere else eg. a webserver. Do you have any application code that registers menu items? |
Same for me. Here my composer.lock: |
@maksakoviliya Could you please paste your composer.json. Especially require and require-dev |
|
Uses:
|
Check this issue #36 |
Until issue fixed, you can specify laravel/framework on installation with
|
Today, the problem has been fixed in the menu component (release v1.3.0). |
Laravel 5.8 compatibility has been fully fixed in Vanilo v0.5.1. To fix an existing installation, run: composer update 'vanilo/*' konekt/menu konekt/appshell |
I've tried to install Vanilo, but there is an error
Declaration of Konekt\Menu\ItemCollection::add(Konekt\Menu\Item $item) should be compatible with Illuminate\Support\Collection::add($item)
The text was updated successfully, but these errors were encountered: