concretecms-community-store / community_store_stripe

Stripe payment add-on for Community Store for concrete5
MIT License
7 stars 2 forks source link

community_store_stripe

Stripe payment add-on for Community Store for concrete5

https://stripe.com/

Setup

Install Community Store First.

Download a 'release' zip of the add-on, unzip this to the packages folder of your concrete5 install (alongside the community_store folder) and install via the dashboard.

Development

If you directly cloning this repo for developing/testing purposes, note that this add-on uses Composer to install third-party librares. Run composer at the root of the add-on folder before installing:

    composer install