This is a ecommerce addon designed to work on top of the Coaster CMS framework (https://github.com/CoasterCms/coastercms).
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