Skip to content
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

Interface 'Konekt\AppShell\Contracts\Requests\BaseRequest' not found #14

Closed
parwaizjan opened this issue Jun 12, 2018 · 6 comments
Closed

Comments

@parwaizjan
Copy link

Soon after installing when I do "php artisan concord:modules -a", I get the following:

PHP Fatal error: Interface 'Konekt\AppShell\Contracts\Requests\BaseRequest' not found in /home/vagrant/Projects/vanilo.local/www/vendor/vanilo/framework/src/Contracts/Requests/CreateProduct.php on line 17

In CreateProduct.php line 17:
Interface 'Konekt\AppShell\Contracts\Requests\BaseRequest' not found

Please let me know how I should about it. Thanks and keep up the great work! Love the concept!!

@fulopattila122
Copy link
Member

How exactly did you install?

Thanks! Next release is just really close, btw

@parwaizjan
Copy link
Author

parwaizjan commented Jun 12, 2018 via email

@fulopattila122
Copy link
Member

What is the output of composer show vanilo/* ?

@parwaizjan
Copy link
Author

vanilo/address 0.2.0 Vanilo Address Module
vanilo/cart 0.2.0 Vanilo Cart Module
vanilo/checkout 0.2.0 Vanilo Checkout Module
vanilo/contracts 0.2.0 Common set of Vanilo Contracts (Interfaces)
vanilo/framework 0.2.0 E-commerce Framework for Laravel
vanilo/order 0.2.2 Vanilo Order Module
vanilo/product 0.2.0 Vanilo Product Module
vanilo/support 0.2.0 Common Vanilo functions, traits, helpers

@fulopattila122
Copy link
Member

Oh yes, now I know.. AppShell has a BC after v0.9.6

As a quick fix you can add this to your app's composer.json:

require:
  ...
  "konekt/appshell": "0.9.6",
  ...

And the remove composer.lock, the vendor dir and run composer install again.

This should fix this issue.
Please report back to me whether it worked.
If all good, I'll fix the 0.2 series accordingly

Cheers

@parwaizjan
Copy link
Author

Worked like a charm! Thanks.

[Two Thumbs Up]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants