Stars: 239
Forks: 127
Pull Requests: 8
Issues: 13
Watchers: 27
Last Updated: 2022-05-31 16:02:17
:octocat: Laravel open source e-commerce system.
License: MIT License
Languages: PHP, JavaScript, Hack, SCSS, Blade
This is a e-commerce platform I made mostly using Laravel 5.4
Features | Requirements | Install | How to setting | Contributors | License |
---|
PHP >= 5.6.4
MySQL >= 5.7
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Clone repo
git clone https://github.com/intelligo-systems/laravel-ecommerce.git
Install Composer
composer update/install
composer install
Install Nodejs
NPM dependencies
npm install
Using Laravel Mix
npm run dev
Go into .env file and change Database and Email credentials.
php artisan migrate
php artisan db:seed
Generating a New Application Key
php artisan key:generate
You may contribute in several ways like creating new features, fixing bugs, improving documentation and examples or translating any document here to your language. Find more information in CONTRIBUTING.md. Contributors
Copyright (C) 2019 Intelligo Systems.
In this project is open-sourced software licensed under the MIT license.
(See the LICENSE file for the whole license text.)