https://github.com/coastercms/coastercommerce
Ecommerce addon for Coaster CMS (coastercms.org)
https://github.com/coastercms/coastercommerce
coaster-cms ecommerce laravel
Last synced: about 1 year ago
JSON representation
Ecommerce addon for Coaster CMS (coastercms.org)
- Host: GitHub
- URL: https://github.com/coastercms/coastercommerce
- Owner: CoasterCms
- License: gpl-3.0
- Created: 2020-11-26T15:55:45.000Z (over 5 years ago)
- Default Branch: 8.x
- Last Pushed: 2021-04-16T21:41:37.000Z (about 5 years ago)
- Last Synced: 2024-04-25T11:02:46.170Z (about 2 years ago)
- Topics: coaster-cms, ecommerce, laravel
- Language: JavaScript
- Homepage: https://www.coastercms.org/
- Size: 2.01 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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