hideyo / ecommerce
laravel e-commerce platform
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 9
Forks: 5
Open Issues: 3
Language:JavaScript
Type:project
Requires
- php: ^7.2
- barryvdh/laravel-debugbar: ^3.2
- cviebrock/eloquent-sluggable: 6.0.*
- felixkiss/uniquewith-validator: 3.4
- fideloper/proxy: ^4.0
- flynsarmy/db-blade-compiler: 5.4.4
- hideyo/ecommerce-framework: @dev
- hisorange/browser-detect: 4.2.2
- intervention/image: 2.5.1
- intervention/imagecache: 2.4.1
- khill/lavacharts: ^3.1
- laracasts/flash: ^3.1
- laravel/framework: 6.18.8
- laravel/passport: ^9.0
- laravel/tinker: 2.0
- laravelcollective/html: ^6.1.2
- maatwebsite/excel: ~3.1.19
- nesbot/carbon: 2.35.0
- predis/predis: ~1.1@dev
- tylercd100/lern: ^5.0.0
- unisharp/laravel-filemanager: v2.1.0
- yajra/laravel-datatables-oracle: ^9.4
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
This package is not auto-updated.
Last update: 2023-01-29 20:55:39 UTC
README
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
Hideyo is designed to run on a machine with PHP 7 and MySQL 5.5.
- PHP >=7.0.0 with
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- Elasticsearch
- NPM
- Composer
Installation
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
.
Database migration & seeding
Before you run the migration you may want to take a look at config/database.php
or set-up a .env file
in your root and connect your database. See also Laravel documentation. After that import and run the migration:
php artisan vendor:publish --tag=migrations php artisan vendor:publish --tag=seeds php artisan migrate
Compiling stylesheets and JavaScripts
go to root in command line and generate the stylesheets and JavaScripts files with:
npm install npm run dev
See also https://laravel.com/docs/5.5/mix for more information about compiling your stylesheets and JavaScript.
Seeding database with User
Before you can login to the backend you need a default user. Laravel database seeding will help you:
php artisan optimize php artisan db:seed
Admin login url
Login url for the backend is:
/admin
License
GNU General Public License version 3 (GPLv3)