Skip to content

Md-shefat-masum/big_ecom

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel Ecommerce Platform

This is a e-commerce platform I made mostly using Laravel ^8.3

| Features | Requirements | Install | How to setting | License |

Features

  • Automatic cross sell / up sell / related product offerings
  • Open Source
  • Ecommerce Solution

Requirements

PHP = ^7.3|^8.0
laravel-ui = ^3.2

Install

Clone repo

git clone https://github.com/Md-shefat-masum/Laravel-Ecommerce.git

Install Composer

Download Composer

composer update/install

composer install

Install Nodejs

Download Node.js

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 --class=UserSeeder
php artisan db:seed --class=UserRoleSeeder
php artisan db:seed --class=DatabaseSeeder

Generating a New Application Key

php artisan key:generate

License

Copyright (C) 2021 HungryCoders.
⬆ back to top