LaravelEcomm
LaravelEcomm copied to clipboard
E-commerce website in laravel 11, modular patern development, docker setup
E-commerce website in Laravel 11
Features :
====== FRONT-END =======
- Responsive Layout
- Elastic Search
- 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,..
- Bundles module
- 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, Stripe, Casys)
- Multi-level comment system many more......
======= ADMIN =======
- Admin roles, permission
- Product manager
- Media manager using unisharp laravel file manager
- Banner manager
- Bundles manager
- Order management
- Category management
- Brand management
- Shipping Management
- Review Management
- Blog, Category & Tag manager
- User Management
- Role
- Permission
- Coupon Management
- System config: email setting, info shop, maintain status,...
- Line Chart & Pie chart ...
- Generate order in pdf form...
- Real time message & notification
- Translation manager
- Impersonate
- Activity log
- IP blocker
- Profile Settings Many more....
======= USER DASHBOARD =======
- Order management
- Review Management
- Comment Management
- Profile Settings
======= SECURITY =======
- Google 2FA
======= Caching =======
- Redis
Screenshots :
Set up :
- Clone the repo and cd into it
- composer install
- Rename or copy .env.example file to .env
- php artisan key:generate
- Set your database credentials in your .env file
- Set your Braintree credentials in your .env file if you want to use PayPal
- Run php artisan migrate:fresh --seed
- npm install
- npm run watch
- run command[laravel file manager]:- php artisan storage:link
- Edit .env file :- remove APP_URL
- php artisan serve or use virtual host
- Visit localhost:8000 in your browser
- Visit /admin if you want to access the admin panel. Admin Email/Password: [email protected]/password. User Email/Password: [email protected]/password
Requirements installation and configuration for docker
- Docker
- In project root run: docker-compose up -d.
- Install laravel packages: composer install
- ENV: rename DB_HOST=127.0.0.1 to DB_HOST=mysql
- Container ssh: docker-compose exec app sh
- Run migrations: php artisan:migrate:fresh --seed.
- Enable ElasticSearch:
- php artisan scout:import Modules\Product\Models\Product,
- php artisan scout:import Modules\Brand\Models\Brand,
- php artisan scout:import Modules\Category\Models\Category
Management
-
User create
php artisan user:create
Demo page:https://e-comm.mk
Thank You so much for your time !!!