Skip to content

Commit

Permalink
Some set up clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Feb 12, 2025
1 parent 4417edd commit 46acc45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/content/en/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ category: Installation

You need to be running:

- Statamic 3.0+
- PHP 7.4+
- Statamic 5.0+
- PHP 8.1+

It's advisable you also use a queue system that is _not_ sync, for those options you can view the [Laravel docs](https://laravel.com/docs/8.x/queues#driver-prerequisites).

Expand All @@ -22,6 +22,8 @@ Add `statamic-rad-pack/shopify` as a dependency to your project:
composer require statamic-rad-pack/shopify
```

If you are on a Windows environment, please set the `SHOPIFY_SESSION_STORAGE_PATH` .env value to a writeable path.

## Creating a Shopify App

To set up a private app on Shopify for this add-on to use, use the following steps:
Expand Down

0 comments on commit 46acc45

Please sign in to comment.