Skip to content

DevFactoryCH/elshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Laravel package to setup a simple E-Commerce Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •