beyondit/opencart-stripe-extension

There is no license information available for the latest version (1.0.0) of this package.

Opencart Stripe Extension

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 4

Forks: 6

Open Issues: 0

Language:JavaScript

Type:opencart-extension

1.0.0 2017-06-01 14:40 UTC

This package is not auto-updated.

Last update: 2024-04-09 23:57:37 UTC


README

Install on Opencart

composer require beyondit/opencart-stripe-extension

Features

Development Setup

  1. Clone the git repository
  2. Copy the .env.sample file to .env and set the configuration parameters respectively
  3. Run bin/robo opencart:setup and afterwards bin/robo opencart:run on command line (bin/robo opencart:run & to run in background)
  4. Run bin/robo project:deploy to mirror src/ into www/
  5. Open http://localhost:8000 in your browser

Robo Commands

  • bin/robo opencart:setup : Install OpenCart with configuration set in .env file
  • bin/robo opencart:run : Run OpenCart on a php build-in web server on port 8000
  • bin/robo project:deploy : Mirror contents of the src folder to the OpenCart test environment
  • bin/robo project:watch : Redeploy after changes inside the src/ folder or the composer.json file
  • bin/robo project:package: Package a build.ocmod.zip inside the target/ folder