dev-master
9999999-dev
The Requires
- php >=5.4.0
- illuminate/support 5.0.*
- illuminate/database 5.0.*
- dimsav/laravel-translatable 5.1
- javiereguiluz/easyslugger 1.0.*
The Development Requires
by Adrian P. Blunier
This package aims to be a full featured e-commerce platform written for the Laravel PHP framework. It is designed to make programming commerce applications easier by making several assumptions about what most developers needs to get started., (*1)
Note: This package isn't finished and NOT ready for production. Currently can't dedicate time to it, so consider forking or sending PR to it. Maybe you can use it as a starting point for your e-commerce project., (*2)
Require this package in your composer.json
and update composer:, (*3)
"ablunier/laravel-ecommerce": "dev-master"
After updating composer, add the ServiceProvider to the providers array in config/app.php
:, (*4)
'ANavallaSuiza\Ecommerce\StoreServiceProvider',
To publish the config settings and migrations in Laravel 5 use:, (*5)
php artisan vendor:publish
Visit the wiki for more information about understanding the core concepts and how to use this package., (*6)
This software is published under the MIT License, (*7)