Skip to content

yogeshGroony/Advance-Ecommerce-in-laravel-7

This branch is 31 commits behind Prajwal100/Complete-Ecommerce-in-laravel-10:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4dcffa · Mar 5, 2022

History

65 Commits
Mar 5, 2022
Mar 5, 2022
Mar 5, 2022
Jul 10, 2020
Aug 14, 2020
Nov 10, 2020
Mar 5, 2022
Mar 5, 2022
Nov 13, 2020
Mar 5, 2022
Jul 10, 2020
Jul 10, 2020
Jul 10, 2020
Jul 10, 2020
Aug 28, 2020
Jul 10, 2020
Sep 1, 2021
Mar 5, 2022
Jul 10, 2020
Aug 14, 2020
Mar 5, 2022
Feb 20, 2021
Feb 20, 2021
Jul 10, 2020
Feb 13, 2021
Jul 10, 2020
Jul 8, 2021
Jul 10, 2020

Repository files navigation

Advance E-commerce website in Laravel 7

Demo video :

https://youtu.be/c5a_wrvJSJo

Full tutorial :

https://www.youtube.com/watch?v=FdAMucaks64&list=PLIFG3IUe1Zxo8Zvju3_kJJvoKSaIP_SC_&index=1&t=44s

Features :

  • PWA (progressive web app)

====== FRONT-END =======

  • Responsive Layout
  • Shopping Cart, Wishlist, Product Reviews
  • Coupons & Discounts
  • Product attributes: cost price, promotion price, stock, size...
  • Blog: category, tag, content, web page
  • Module/Extension: Shipping, payment, discount, ...
  • Upload manager: banner, images,..
  • SEO support: customer URL
  • Newsletter management
  • Contact forms with the real-time notification (Laravel Pusher)
  • Related Products, Recommendations for you in our categories
  • A Product search form
  • Laravel Socialite implement(Facebook, Google & twitter) & Customer login
  • Product Share and follow from different social platform...
  • Payment integration(Paypal)
  • Order Tracking system
  • Multi-level comment system many more......

======= ADMIN =======

  • Admin roles, permission
  • Product manager
  • Media manager using unisharp laravel file manager
  • Banner manager
  • Order management
  • Category management
  • Brand management
  • Shipping Management
  • Review Management
  • Blog, Category & Tag manager
  • User Management
  • Coupon Management
  • System config: email setting, info shop, maintain status,...
  • Line Chart & Pie chart ...
  • Generate order in pdf form...
  • Real time message & notification
  • Profile Settings Many more....

======= USER DASHBOARD =======

  • Order management
  • Review Management
  • Comment Management
  • Profile Settings

Set up :

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Set your database credentials in your .env file
  6. Set your Braintree credentials in your .env file if you want to use PayPal
  7. Import db file(database/e-shop.sql) into your database (mysql,sql)
  8. npm install
  9. npm run watch
  10. run command[laravel file manager]:- php artisan storage:link
  11. Edit .env file :- remove APP_URL
  12. php artisan serve or use virtual host
  13. Visit localhost:8000 in your browser
  14. Visit /admin if you want to access the admin panel. Admin Email/Password: [email protected]/1111. User Email/Password: [email protected]/1111

Thank You so much for your time !!!

Screenshots :

screencapture-e-shop-loc-admin-2020-08-15-15_47_37

screencapture-e-shop-loc-admin-category-2020-08-14-19_45_55

screencapture-e-shop-loc-admin-product-2020-08-14-19_44_49

screencapture-e-shop-loc-user-order-show-1-2020-08-14-18_57_06

screencapture-e-shop-loc-user-profile-2020-08-14-18_58_06

screencapture-e-shop-loc-admin-post-2020-08-14-16_00_07

screencapture-e-shop-loc-2020-08-14-18_19_46

screencapture-e-shop-loc-blog-2020-08-14-18_36_21

screencapture-e-shop-loc-blog-detail-where-can-i-get-some-2020-08-14-18_43_01

screencapture-e-shop-loc-product-track-2020-08-14-18_51_07

About

Advance e-commerce website in laravel 7.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Blade 70.8%
  • PHP 29.0%
  • Other 0.2%