Skip to content

Viinx/coastercommerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ecommerce addon for Coaster CMS (coastercms.org)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.9%
  • PHP 39.1%
  • Blade 20.5%
  • CSS 0.5%