Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulvijayam/laravel-ecommerce-project
The Laravel Ecommerce Project with Complete Source Code is a PHP-based web application, For a detailed features, and functionalities of the Laravel Ecommerce Project, please visit my blog 👇
https://github.com/rahulvijayam/laravel-ecommerce-project
ecommerce laravel laravel-framework php
Last synced: 28 days ago
JSON representation
The Laravel Ecommerce Project with Complete Source Code is a PHP-based web application, For a detailed features, and functionalities of the Laravel Ecommerce Project, please visit my blog 👇
- Host: GitHub
- URL: https://github.com/rahulvijayam/laravel-ecommerce-project
- Owner: RahulVijayam
- Created: 2021-11-13T00:43:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T06:23:29.000Z (over 2 years ago)
- Last Synced: 2024-10-31T12:46:39.207Z (3 months ago)
- Topics: ecommerce, laravel, laravel-framework, php
- Language: Blade
- Homepage:
- Size: 8.84 MB
- Stars: 53
- Watchers: 1
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Laravel Ecommerce Project with Complete Source Code
The Laravel Ecommerce Project with Complete Source Code is a PHP-based web application, For a detailed features, and functionalities of the Laravel Ecommerce Project, please visit my blog 👇
🌐 http://rahulvijayam.com/laravel-ecommerce-project-complete-source-code## Features
- User Dashboard
- Admin Dashboard
- Mobile-Friendly Website
- 3 Step Booking Process
- Order Tracking
- Email Notifications
- Subscriber Form
- A product search form
- Payment Gateway(PayU) Integrated
- Shopping Cart in a Responsive Layout
- Pre-Defined Content with High-Resolution Photos
- Search engine optimization (SEO) for Products
- Recommendations and related products in our categories## Requirements
- Laravel <=5.8
- PHP <= 7.1.3
- Composer Version 2
## Installation Steps1.
composer create-project rahulvijayam/ecommerce
2. Create database for your project with the name asgainaloe
3. Now Runphp artisan migrate
command for creating all the tables
4. Add your email credentials in.env
file
5. Add PayuMoneymerchant key and salt
onconfig/indipay.php
file at line number 30 and 31
6. Start yor project usingphp artisan serve
## Generate Sample Data ( Optional)
1. Remove tables(products, users) from the database.
2. Run two files present in this link https://github.com/RahulVijayam/ecommerce/tree/master/public/sql on your database
3. Finished, Now Check it in your browser using http://127.0.0.1:8000### Dashboard Details
- Admin : http://127.0.0.1:8000/admin-dash
- Login Id : [email protected]
- Password : 111111111
- User : http://127.0.0.1:8000/dashboard
### Watch Video
[![Everything Is AWESOME](https://user-images.githubusercontent.com/36434065/141663839-bb06d652-1be7-4124-b3ba-76e6354bf456.png)](https://www.youtube.com/watch?v=TRr5OQ3YVIE "Watch Video")## Security Vulnerabilities
If you discover a security vulnerability within project, please send an e-mail to me via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The project developed using laravel framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).