-
-
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
Interface 'Konekt\AppShell\Contracts\Requests\BaseRequest' not found #14
Comments
How exactly did you install? Thanks! Next release is just really close, btw |
Hi Attila,
I did exactly as mentioned here: https://vanilo.io/docs/0.2/installation
Thanks,
Jan.
…On Tue, Jun 12, 2018 at 11:50 PM, Attila Fulop ***@***.***> wrote:
How exactly did you install?
Thanks! Next release is just really close, btw
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AiTl0dQLL9gb4_u3DVLjYscylftxb82Aks5t8AZsgaJpZM4Uk6mw>
.
|
What is the output of composer show vanilo/* ? |
vanilo/address 0.2.0 Vanilo Address Module |
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. Cheers |
Worked like a charm! Thanks. [Two Thumbs Up] |
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!!
The text was updated successfully, but these errors were encountered: