vanilophp / framework

The truly Laravel E-commerce Framework
https://vanilo.io
MIT License
810 stars 102 forks source link

Concord Modules not properly install: Breadcrumds #20

Closed ketchank closed 6 years ago

ketchank commented 6 years ago

Hi,

i followed the instructions of the installation but once i enter the command

php artisan concord:modules -a

it replies me :

Class 'Breadcrumbs' not found

Could anyone help me ?

fulopattila122 commented 6 years ago

What PHP version, what Laravel version? Output of composer show?

ketchank commented 6 years ago

capture pngdd

fulopattila122 commented 6 years ago

This doesn't help unfortunately. Please send the output of these commands: php -v composer show

ketchank commented 6 years ago

image

ketchank commented 6 years ago

image

ketchank commented 6 years ago

image

ketchank commented 6 years ago

hi @fulopattila122 those are the outputs

today i deleted yesterday's project and restart it over. and it shows:

image

fulopattila122 commented 6 years ago

As far as I see from your output, the Breadcrumbs plugin is too old for Laravel 5.7 - I have to check that. In general Vanilo doesn't yet support Laravel 5.7, it will be in v0.4 which will be out next week.

Until then please either use Laravel 5.5 / 5.6 or wait until v0.4.

I keep this issue open and will update it, until it fully gets resolved.

Ps.: Thanks for the report!

ketchank commented 6 years ago

thanks

I'll try to work on older version and update it once v0.4 is out.

fulopattila122 commented 6 years ago

Fixed in v0.4. Watch for release of v0.4 - is going to happen in the next few days.

fulopattila122 commented 6 years ago

Actually now it also works with Vanilo v0.3 and Laravel 5.7. The problem was in a non-vanilo package (AppShell)

ketchank commented 6 years ago

okay . thanks for the care. trying it now

fulopattila122 commented 6 years ago

For an existing install a composer update konekt/appshell should do the job (Update AppShell to v0.9.10)

ketchank commented 6 years ago

i did restart over and i get an error on the server.

image

fulopattila122 commented 6 years ago

That's a separate topic, please open a new issue for that.