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
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
Please check the system requirements before installing Hideyo ecommerce.
- 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.
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
go to root in command line generate the stylesheet and javascript with:
npm install
bower update
gulp 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 for the backend is:
/adminGNU General Public License version 3 (GPLv3)