-
Notifications
You must be signed in to change notification settings - Fork 4
How to install through composer #12
Comments
Thanks @atishgoswami. This wasn't necessary when we were submitting to Magento Marketplace but we will now consider this after having removed it from there. I did recently come across this myself because I was looking to submit to package it. It is a low priority for me at the moment so if you fancy submitting a PR I'd be happy to review it. I think the main thing is the setup process will need to change a bit. |
@atishgoswami - did you have any luck creating composer.json? |
@munawar99 Just checking on a few things I should have something to provide a pull request by tomorrow. |
Thanks for providing this. I got this working and I'm posting this in case it helps anyone. It didn't work on PHP 5.6 due to a PHP bug where class names get mixed up but it worked on PHP 7.0: Add to /composer.json: and also: composer require meanbee/module-royalmail -vvv The next bit is a bit hazy because I had a problem with Magento not picking up the files. I copied the module's src/ files into their parent directory and edited the module's composer.json PSR-4 section to say "" instead of "src/". I'll need to revisit this later because I'm unsure what happened here, or why. php bin/magento module:enable Meanbee_RoyalMail |
@munawar99 Thanks for pointing that out I have made some changes to resolve the error. |
I have installed extension successfully using COMPOSER, please try following steps for more information.
|
@aasim110 Thanks for those instructions. However, they didn't work for me. Could it be because I am running the Magento installation on WAMP? Anyway, I was able to follow instructions 1, 2, & 3 without error. Following instruction 4 produced this error:
Any ideas how to fix this problem? With kind regards, Mark |
Are there any clear guidelines as to how to install this extension? :( |
Sorry, we're no longer going to be supporting this extension. I'll leave this repository accessible for anyone that wants to make use of it but we aren't going to be actively developing it. |
I tried to install the module using composer but as there is no
composer.json
on the root of the project throws error while installation.Steps Taken:
Getting this error during installation:
Please make the package composer friendly.
The text was updated successfully, but these errors were encountered: