devfactory / elshop
Installs: 276
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 1
Open Issues: 1
pkg:composer/devfactory/elshop
Requires
- php: >=5.4.0
- devfactory/imagecache: 2.1.*
- devfactory/media: 1.0.*
- devfactory/taxonomy: 2.0.*
- gloudemans/shoppingcart: ~1.2
This package is auto-updated.
Last update: 2025-09-28 23:18:55 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