GithubHelp home page GithubHelp logo

fatdigital / ecommerce-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mikimaine/ecommerce

0.0 1.0 0.0 15.27 MB

INNOVATE E-COMMERCE FRAMEWORK

PHP 20.18% HTML 54.66% JavaScript 22.40% CSS 2.76%

ecommerce-1's Introduction

StyleCI PPM Compatible

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

composer create-project mikimaine/ecommerce yourprojectname

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

php artisan key:generate

Migration

 php artisan migrate

Seed the database

 php artisan db:seed

And that's it ! Start building awesome E-commerce applications for your business

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

ecommerce-1's People

Contributors

mikimaine avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.