amsgames / laravel-shop

Laravel shop package
MIT License
482 stars 166 forks source link

typo in composer.json? #17

Closed ITwrx closed 8 years ago

ITwrx commented 8 years ago

i get errors during update having to do with the src/commands folder not being accessible. I'm guessing that's because it's src/Commands locally but src/commands in laravel-shop's composer.json.

thanks

amostajo commented 8 years ago

Updated composer. Thanks for the finding. On Nov 12, 2015 2:32 PM, "ITwrx" notifications@github.com wrote:

i get errors during update having to do with the src/commands folder not being accessible. I'm guessing that's because it's src/Commands locally but src/commands in laravel-shop's composer.json.

thanks

— Reply to this email directly or view it on GitHub https://github.com/amsgames/laravel-shop/issues/17.

ITwrx commented 8 years ago

it seems there's something else too. I couldn't get composer update to run without the below exception so i manually removed laravel-shop and reinstalled via composer but i still get the below exception.

[RuntimeException]                                                                                                                              
  Could not scan for classes inside "/srv/http/my_app/vendor/amsgames/laravel-shop/src/commands" which does not appear to be a file nor a folder

thanks

amostajo commented 8 years ago

Run composer update Fix should be on v0.2.11

ITwrx commented 8 years ago

no errors after updating to v0.2.11. Thanks again.