Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

v5.0.1

Compare
Choose a tag to compare
@gnikyt gnikyt released this 20 Dec 21:53
· 614 commits to master since this release

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.