Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
363 stars 107 forks source link

Class "Osiset\BasicShopifyAPI\Store\Memory" not found #277

Closed casa-apps closed 7 months ago

casa-apps commented 7 months ago

I had install the osiset/laravel-shopify package and I was getting some issues there. now I have uninstall the osiset/laravel-shopify package and and then install the Kyon147/laravel-shopify.

I'm getting this error Class "Osiset\BasicShopifyAPI\Store\Memory" not found.

Kyon147 commented 7 months ago

Please follow the update guide https://github.com/Kyon147/laravel-shopify/wiki/Upgrading

casa-apps commented 7 months ago

Thanks @Kyon147

The issue was resolved by deleting old "shopify-app.php" file from config directory and then by running "php artisan vendor:publish --tag=shopify-config" command