A demo application with Laravel to interact with Shopify oAuth API and create Webhooks.
1. Download the source "yespbs/larashopifydemo"
2. CD into your-install-path and run composer update `update composer`
3. Update database details in app/config/database or app/config/local/database as per your environment settings
4. Run database migrate `php aritisan migrate`
5. Update app/config/shopify.php to match your install and keys from Shopify App
6. Start the app http://your-install-path/stores
The Laravel Shopify Demo Application is open-sourced software licensed under the MIT license