PHPackages                             mikimaine/ecommerce - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. mikimaine/ecommerce

ActiveProject[Framework](/categories/framework)

mikimaine/ecommerce
===================

The Laravel Ecommerce Framework.

0.1.6.2(8y ago)3536222[3 PRs](https://github.com/mikimaine/ecommerce/pulls)MITJavaScriptPHP &gt;=5.6.0

Since Mar 25Pushed 3y ago15 watchersCompare

[ Source](https://github.com/mikimaine/ecommerce)[ Packagist](https://packagist.org/packages/mikimaine/ecommerce)[ RSS](/packages/mikimaine-ecommerce/feed)WikiDiscussions 5.2 Synced 2mo ago

READMEChangelog (4)Dependencies (36)Versions (10)Used By (0)

[![StyleCI](https://camo.githubusercontent.com/0baa852ba517d51a1bfb922828f69585bd53ce864fc9fd0f1ebc005323791d22/68747470733a2f2f7374796c6563692e696f2f7265706f732f34383736373836312f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/48767861) [![PPM Compatible](https://raw.githubusercontent.com/php-pm/ppm-badge/master/ppm-badge.png)](https://github.com/php-pm/php-pm)

INNOVATE Ecommerce Framework, Currently 0.1.5
---------------------------------------------

[](#innovate-ecommerce-framework-currently-015)

### Introduction

[](#introduction)

INNOVATE Ecommerce provides you with an E-commerce framework on top of laravel framework.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.

### Requirements

[](#requirements)

---

- You must have at list PHP 5.6 installed on your machine
- And also For now you have to install both git and composer on your system You will find [Composer here](https://getcomposer.org) and [Git here](https://git-scm.com/) then follow the instructions there to install on your specific machine

### Optional

[](#optional)

---

- If you want a better page load and overall improvement in speed , the Framework comes with redis implementation out of the box. You can get Redis from \[Redis Here\] () follow instruction there For windows users you also have Redis Desktop \[redisdesktop here \] ()

    Then you should set CACHE\_DRIVER on .env file to redis and Fill this three with your redis info in .env file

    ```
    REDIS_HOST=127.0.0.1
