Download the PHP package rahulvijayam/ecommerce without Composer
On this page you can find all versions of the php package rahulvijayam/ecommerce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rahulvijayam/ecommerce
More information about rahulvijayam/ecommerce
Files in rahulvijayam/ecommerce
Informations about the package ecommerce
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 Steps
composer create-project rahulvijayam/ecommerce
- Create database for your project with the name as
gainaloe
- Now Run
php artisan migrate
command for creating all the tables - Add your email credentials in
.env
file - Add PayuMoney
merchant key and salt
onconfig/indipay.php
file at line number 30 and 31 - Start yor project using
php artisan serve
Generate Sample Data ( Optional)
- Remove tables(products, users) from the database.
- Run two files present in this link https://github.com/RahulVijayam/ecommerce/tree/master/public/sql on your database
- 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
Security Vulnerabilities
If you discover a security vulnerability within project, please send an e-mail to me via [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.
All versions of ecommerce with dependencies
fideloper/proxy Version ^4.0
laravel/framework Version 5.8.*
laravel/tinker Version ^1.0
softon/indipay Version ^1.2