Skip to content

Hideyo e-commerce is an open-source e-commerce solution built in Laravel. Contact us at info@hideyo.io for questions or enterprise solutions.

Notifications You must be signed in to change notification settings

chris-tn/ecommerce

Repository files navigation

Code Climate Total Downloads License

Hideyo e-commerce backend

Hideyo e-commerce is an open-source e-commerce solution built in Laravel. Contact us at info@hideyo.io for questions or enterprise solutions.

It's still beta. The code is not yet optimal and clean. In the next month we will improve it.

Author: Matthijs Neijenhuijs

System Requirements

Lavalite is designed to run on a machine with PHP 5.5.9 and MySQL 5.5.

  • PHP >= 5.5.9 with
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
    • Elasticsearch
    • Bower & Gulp
    • Composer

Installation

Please check the system requirements before installing Hideyo ecommerce.

  1. You may install by cloning from github, or via composer.
  • Github:
    • git clone git@github.com:hideyo/ecommerce.git
    • From a command line open in the folder, run composer install.

Database migration & seeding

Before you run the migration you may want to take a look at config/hideyo.php and change the table property to a table name that you would like to use. After that run the migration

php artisan migrate


Generate stylesheet and JavaScript

go to root in command line generate the stylesheet and javascript with:

npm install
bower update
gulp 

Seeding database with User

Before you can login to the backend you need a default user. Laravel seeding will help you:

php artisan optimize
php artisan db:seed 

Login url

Login url for the backend is:

/admin

License

GNU General Public License version 3 (GPLv3)

About

Hideyo e-commerce is an open-source e-commerce solution built in Laravel. Contact us at info@hideyo.io for questions or enterprise solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published