2017 © Pedro Peláez
 

library elshop

image

devfactory/elshop

  • Thursday, February 22, 2018
  • by devfactory
  • Repository
  • 6 Watchers
  • 2 Stars
  • 261 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

ElShop

This package is a simple e-commerce engine made by DevFactory, (*1)

Installation

Using Composer, edit your composer.json file to require devfactory/elshop., (*2)

"require": { "devfactory/elshop": "dev-master" }, (*3)

Then from the terminal run, (*4)

composer update

Then register the service provider by opening app/config/app.php, (*5)

'Devfactory\Elshop\ElshopServiceProvider'

If you want you can publish the config files if you want to change them, (*6)

php artisan config:publish devfactory/elshop

Perform the DB migrations to install the required tables, (*7)

php artisan migrate --package=devfactory/elshop

The Versions

22/02 2018

dev-2.0-dev

dev-2.0-dev

  Sources   Download

MIT

The Requires

 

by Greg Marineau

17/10 2016

dev-dev

dev-dev

  Sources   Download

MIT

The Requires

 

by Greg Marineau

17/10 2016

2.0.0

2.0.0.0

  Sources   Download

MIT

The Requires

 

by Greg Marineau