-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
morpheus edited this page Aug 22, 2024
·
1 revision
Welcome to the LaravelCommerce wiki!
We are excited to announce the first official release of LaravelCommerce, a comprehensive e-commerce platform built with Laravel 11. This release includes a wide range of features designed to help you create a powerful and responsive online store.
- Responsive Design: Fully responsive frontend for a seamless user experience across all devices.
- Shopping Cart & Wishlist: Easily manage your shopping cart and wishlist.
- Product Reviews: Allow customers to leave reviews and ratings for products.
- Coupons & Discounts: Implement various discount strategies with coupon support.
- SEO Support: Optimize your store for search engines with SEO-friendly URLs.
- Real-time Notifications: Stay updated with real-time notifications using Laravel Pusher.
- Social Login: Integrate with Facebook, Google, and Twitter for easy customer login.
- Payment Integration: Secure payment processing with PayPal integration.
- Order Tracking: Track orders with a comprehensive order tracking system.
- Admin Panel: Manage products, orders, users, and more with a powerful admin panel.
- RTL Support: Full support for right-to-left (RTL) languages, including Persian.
- Clone the repository and navigate into it.
- Run
composer installin your terminal. - Rename or copy the
.env.examplefile to.env. - Run
php artisan key:generate. - Set your database information in the
.envfile. - Set your Braintree information in the
.envfile if you want to use PayPal. - Import the database file (
database/e-shop.sql) into your database. - Run
npm install. - Run
npm run watch. - Run the command
php artisan storage:link. - Edit the
.envfile and remove the APP_URL. - Run
php artisan serveor use a virtual host. - Go to
localhost:8000in your browser. - Go to
/adminto access the admin panel. Admin email/password:admin@gmail.com/1111. User email/password:user@gmail.com/1111.
We hope you enjoy using LaravelCommerce. If you have any questions or feedback, please feel free to contact us.
Thank you for your support!