Skip to content

kunal254/laravel-8-ecommerce

Repository files navigation

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