Overiew

Laravel ecommerce is built in laravel 8 version and MySQL database for the backend. It has different features for the user like a user can view all the category, select a product and select the quantity and add the product to his cart. The user can add multiple products in cart and wishlist. There are mutliple payment methods in the checkout page such as PayPal, Razorpay and COD.

Features

Laravel ecommerce has various features listed below:

Customer Side:

  1. Login and Register
  2. Product quantity increment/decrement before adding to cart
  3. Add to Cart
  4. Add to Wishlist
  5. Add to cart with product quantity increment/decrement from the Cart and Wishlist page.
  6. Checkout information validation before placing order
  7. Checkout Page
  8. Multiple payment option during checkout - PayPal , Razorpay and Cash on Delivery
  9. View orders and order status
  10. User can rate a product, out of 5 stars, only after purchasing the product
  11. User can review a product only after purchasing the product
  12. User can edit and update his ratings and reviews

Admin Side:

  1. Category CRUD
  2. Product CRUD
  3. Control the visibility of product and category (Hide/Show)
  4. All Statistics on Dashboard (Total Orders, Uses, Completed Orders, etc)
  5. View Order and order items
  6. Update Order status
  7. View registered users

Requirements

Host : Localhost

Composer

PHP Version : 5.6 and above

Database : MySQL DB

Web Browser : Chrome, FireFox, Internet Explorer, MS Edge.

Instruction

  1. Extract the downloaded .zip file.
  2. Run the following command : "composer install" - to install the required packages.
  3. Setup Database in .env file.
  4. You will have a .sql file (DB) inside public folder containing all the data shown in the video. You can import this .sql file in your database (if you are importing the .sql file, you can skip step 5). If you want a fresh database, you can skip Step 4.
  5. Run the migrate command : "php artisan migrate".
  6. The project is ready to run. Run the command : "php artisan serve" and you have your project running.
Get it for
$45 $33

 Free support
 Future product updates
 Quality checked by fundaofwebit
 Lowest price guarantee

Information
Category Laravel > Laravel 8 Ecommerce
First release 04 Sep 2021
Last update 21 Apr 2022
Files included Laravel Framework files
Tags laravel ecommerce, Laravel 8 Ecommerce
Back to top