kunal254 / laravel-8-ecommerce

E-commerce app in laravel 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • clone the repo and cd into it
  • composer install
  • Rename or copy .env.example file to .env
  • php artisan key:generate
  • generate the symbolic link php artisan storage:link

Database

  • Set your database credentials in your .env file
  • migrate and seed the normal way with php artisan migrate --seed

Mail

You need to configure your Mail credentials in your '.env' file, in order to enable the registration process and checkouts. if you are using the gmail service make sure the less secure app access is turned on.

  • Set your mail credentials in your .env file
  • make sure your machine has turned off outbound mail scanning(if you're using antivirus or some kind of firewall)

Launch the app

 php artisan serve

Screenshots

home page πŸ‘‡

home page

Cart πŸ‘‡

cart

user order πŸ‘‡

user profile

admin dashboard πŸ‘‡

admin dashboard

responsive 😫

drawing   drawing   drawing   drawing

About

E-commerce app in laravel 8


Languages

Language:PHP 65.2%Language:Blade 34.4%Language:Shell 0.4%