This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
v5.0.1
Ability for manual or automatic migrations.
'manual_migrations' => (bool) env('SHOPIFY_MANUAL_MIGRATIONS', false),
Explanation:
This option option allows you to use:
`php artisan vendor:publish --tag=migrations` to push migrations
to your app's folder so you're free to modify before migrating.
Besides this, a fix was implemented to handle redirect responses.