Md-shefat-masum / Laravel-Ecommerce

laravel ecommerce
http://oneclick.hsblco.com
26 stars 31 forks source link
laravel laravel-8-project laravelvue php-framework vue vue-laravel-ecommerce vuejs

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

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