devfactory/elshop

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/DevFactoryCH/elshop

pkg:composer/devfactory/elshop

Statistics

Installs: 276

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

dev-master 2019-10-28 10:33 UTC

This package is auto-updated.

Last update: 2026-03-01 00:20:40 UTC


README

#ElShop

This package is a simple e-commerce engine made by DevFactory

Installation

Using Composer, edit your composer.json file to require devfactory/elshop.

"require": { "devfactory/elshop": "dev-master" }

Then from the terminal run

composer update

Then register the service provider by opening app/config/app.php

'Devfactory\Elshop\ElshopServiceProvider'

If you want you can publish the config files if you want to change them

php artisan config:publish devfactory/elshop

Perform the DB migrations to install the required tables

php artisan migrate --package=devfactory/elshop