nettoweb/laravel-cms-store

Online store for Nettoweb content management system

v1.0.2 2024-04-11 03:37 UTC

This package is not auto-updated.

Last update: 2024-05-23 04:07:50 UTC


README

This software provides online store support for nettoweb CMS.

Installation

Change to your Laravel project directory and run:

composer require nettoweb/laravel-cms-store

Apply database migrations:

php artisan migrate

Publish assets:

php artisan vendor:publish --provider="Netto\Cms\StoreServiceProvider"

Licensing

This project is licensed under MIT license.