billowapp / payfast

Basic Laravel Package For ITN Payments through Payfast
MIT License
27 stars 37 forks source link

Show-me-the-money does not exist and could not be created. #17

Closed mugotech closed 4 years ago

mugotech commented 4 years ago

Screenshot from 2020-02-19 16-34-39

Running composer require billowapp/payfast is giving error below: RuntimeException: /var/www/html/projectName/vendor/billowapp/show-me-the-money does not exist and could not be created.

show me the money packagist is dispaying warning below: There is no license information available for the latest version (0.2.2) of this package. Not sure if that's the cause.

mugotech commented 4 years ago

I think it's because you did not provide/specify the License for your package in composer.json: {"license": "MIT"}, I believe that's why we can't pull the package.

billowapp commented 4 years ago

This looks like a permissions issue, rather than a package one. I did a little searching and found this StackOverflow question: https://stackoverflow.com/questions/22390001/runtimeexception-vendor-does-not-exist-and-could-not-be-created

Please could I ask you to try the solutions there (except for the ones suggesting sudo composer) and let me know if you have any luck?

In the meantime, I’ll set the license on show-me-the-money.

mugotech commented 4 years ago

Sorted now, I still believe it was the Licence issue as I managed to install it without changing any permissions. I'm closing this issue. Thanks for the feedback.