coastercms / coastercommerce
Ecommerce addon for Coaster CMS
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 3
Open Issues: 0
Language:JavaScript
Requires
- php: ^7.3|^8.0
- google/recaptcha: ^1.2
- league/csv: ^9.0
- league/iso3166: ~2.1.0
- paypal/paypal-checkout-sdk: 1.0.1
- setasign/fpdf: ^1.8
- stripe/stripe-php: ^7.0
This package is auto-updated.
Last update: 2024-10-17 05:09:02 UTC
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:
- Install the framework is you haven't already https://github.com/CoasterCms/framework
- Go to the root directory of your project
- Run
composer require coastercms/coastercommerce:~8.0
to install ecomm package - Run
php artisan migrate
to create ecomm database tables - Run
php artisan vendor:publish --tag=coaster-commerce.assets
to publish ecomm admin assets - Add the provider CoasterCommerce\Core\Providers\RoutesProvider::class to your config/app.php file (before CoasterRoutesProvider)
- Login to admin and you should see an "Ecomm" link in the top right menu