Laravel E-Commarce Website:

Feature's

• Add and manage category, brand, product and order information.
• Product add to cart, quantity update and delete cart product
• logout, user, authentication and registration features.
• Invoice view and download system
Technology Used:
 Laravel, PHP, MySQl, Html, Css, JavaScript, Bootstrap And Jquery.

Project Screenshot



















Installation

Clone the repo git clone https://github.com/rafihossain/laravel-ecommarce-project.git cd to project folder.

  1. Run composer install

Save as the .env.example to .env and set your database information for this type

  1. copy .env.example .env

3)Run php artisan key:generate to generate the app key

5)Run php artisan migrate

6)Run php artisan serve