https://github.com/tortuvshin/boxshop
Laravel ecommerce platform
https://github.com/tortuvshin/boxshop
angular ecommerce ecommerce-website javascript laravel laravel-ecommerce laravel5 less multilingual online-shop php shop
Last synced: 10 months ago
JSON representation
Laravel ecommerce platform
- Host: GitHub
- URL: https://github.com/tortuvshin/boxshop
- Owner: tortuvshin
- License: mit
- Created: 2016-05-31T13:03:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T12:22:39.000Z (over 5 years ago)
- Last Synced: 2025-08-11T23:46:54.360Z (10 months ago)
- Topics: angular, ecommerce, ecommerce-website, javascript, laravel, laravel-ecommerce, laravel5, less, multilingual, online-shop, php, shop
- Language: PHP
- Homepage: https://boxshop.mn
- Size: 38.6 MB
- Stars: 93
- Watchers: 6
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This is a e-commerce platform I made mostly using Laravel 5.4
## Requirements
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/tortuvshin/boxshop.git
```
Install Composer
```
[Download Composer](https://getcomposer.org/download/)
```
composer update/install
```
composer install
```
Install Nodejs
```
https://nodejs.org/en/download/
```
NPM dependencies
```
npm install
```
Using Laravel Mix
```
npm run dev
```
## How to setting
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
```
[NODEJS]: https://nodejs.org/en/download/
[COMPOSER]: https://getcomposer.org/download/
[RECAPTCHA]: https://www.google.com/recaptcha/admin#list