coastercms/coastercommerce

Ecommerce addon for Coaster CMS

Installs: 57

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 3

Open Issues: 0

Language:JavaScript

8.x-dev 2021-04-16 21:41 UTC

This package is auto-updated.

Last update: 2024-04-17 04:00:51 UTC


README

68747470733a2f2f7777772e636f6173746572636d732e6f72672f75706c6f6164732f696d616765732f6c6f676f5f636f61737465725f676974687562342e6a7067

68747470733a2f2f706f7365722e707567782e6f72672f636f6173746572636d732f636f6173746572636f6d6d657263652f646f776e6c6f6164732e737667 68747470733a2f2f706f7365722e707567782e6f72672f636f6173746572636d732f636f6173746572636f6d6d657263652f76657273696f6e2e737667 68747470733a2f2f706f7365722e707567782e6f72672f636f6173746572636d732f636f6173746572636f6d6d657263652f6c6963656e73652e737667

This is a ecommerce addon designed to work on top of the Coaster CMS framework (https://github.com/CoasterCms/coastercms).

Install Addon

The steps are are as follows:

  1. Install the framework is you haven't already https://github.com/CoasterCms/framework
  2. Go to the root directory of your project
  3. Run composer require coastercms/coastercommerce:~8.0 to install ecomm package
  4. Run php artisan migrate to create ecomm database tables
  5. Run php artisan vendor:publish --tag=coaster-commerce.assets to publish ecomm admin assets
  6. Add the provider CoasterCommerce\Core\Providers\RoutesProvider::class to your config/app.php file (before CoasterRoutesProvider)
  7. Login to admin and you should see an "Ecomm" link in the top right menu