Download the PHP package mikimaine/ecommerce without Composer
On this page you can find all versions of the php package mikimaine/ecommerce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mikimaine/ecommerce
More information about mikimaine/ecommerce
Files in mikimaine/ecommerce
Informations about the package ecommerce
INNOVATE Ecommerce Framework, Currently 0.1.5
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
- 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 and Git here then follow the instructions there to install on your specific machine
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] (http://redis.io/) follow instruction there For windows users you also have Redis Desktop [redisdesktop here ] (https://redisdesktop.com/download)
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 <--- change it if you are not on localhost REDIS_PASSWORD= REDIS_PORT=6379
Quick Installation
Begin by creating a new project using the composer create commande
This will install all the required packages to your system including Laravel
After that rename example.env to .env and fill your database credentials.
Then use this commands to install the database tables and there seed data
Generate Application key
Migration
Seed the database
And that's it ! Start building awesome E-commerce applications for your business
Running using docker
Documentation
I will release a user friendly documentation and screen cast soon
Issues
If you come across any issues please report them here.
Contributing
Thank you for considering contributing to the INNOVATE Ecommerce Framework project! Please feel free to make any pull requests, or e-mail me a feature request you would like to see in the future to Miki Maine at [email protected].
Security Vulnerabilities
If you discover a security vulnerability within this framework, please send an e-mail to Miki Maine at [email protected], or create a pull request if possible. All security vulnerabilities will be promptly addressed.
License
The INNOVATE Ecommerce framework is open-sourced software licensed under the MIT license
All versions of ecommerce with dependencies
laravel/framework Version 5.2.*
laravelcollective/html Version 5.2.*
laravel/socialite Version ~2.0
stripe/stripe-php Version ~3.4.0
hieu-le/active Version ~2.0
doctrine/dbal Version ~2.5
laracasts/utilities Version ~2.1
arcanedev/log-viewer Version ~3.9.0
creativeorange/gravatar Version ~1.0
davejamesmiller/laravel-breadcrumbs Version ^3.0
caffeinated/themes Version ~2.0
symfony/css-selector Version ~2.1
cviebrock/eloquent-sluggable Version ^3.1
dimsav/laravel-translatable Version ^5.5
barryvdh/laravel-ide-helper Version ^2.1
spatie/laravel-tail Version ^1.1
artesaos/seotools Version ^0.8.2
orangehill/iseed Version ^2.1
yajra/laravel-datatables-oracle Version ~6.0
sofa/eloquence Version ~5.2@dev
spatie/activitylog Version ^2.4
spatie/laravel-url-signer Version ^1.1
intervention/image Version ^2.3
intervention/imagecache Version ^2.3
spatie/laravel-backup Version ^3.2
gloudemans/shoppingcart Version ^1.3
spatie/laravel-responsecache Version ^1.1
codesleeve/laravel-stapler Version ^1.0
lukepolo/laracart Version ^1.1
spiritix/lada-cache Version ^1.2