ablunier/laravel-ecommerce

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

dev-master 2017-08-18 11:54 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:49:07 UTC


README

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.

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.

Features

  • Full featured flexible e-commerce.
  • Simple API.

Requirements

  • PHP 5.4 or higher.
  • Laravel 5.

Installation

Require this package in your composer.json and update composer:

"ablunier/laravel-ecommerce": "dev-master"

After updating composer, add the ServiceProvider to the providers array in config/app.php:

'ANavallaSuiza\Ecommerce\StoreServiceProvider',

To publish the config settings and migrations in Laravel 5 use:

php artisan vendor:publish

Documentation

Visit the wiki for more information about understanding the core concepts and how to use this package.

License

This software is published under the MIT License