This laravel e-commerce project contains all the features you need to develop your own e-commerce website.

The project was built using laravel 7 and it is divided into two sections :

- The customer section is where the simple user can search and explore products. He can also register and log in with email verification to validate his account before purchasing and paying using the Paypal platform.

- The admin section where the admin can manage products and categories he can add update and delete items.

 

How to use :

 

add new MySQL database name it as you want, next run the migrations using the command line and update the DB_DATABASE property inside the .env file to connect to your database, finally start your server using php artisan command: php artisan serve.

 

Demo: