A Laravel-based e-commerce platform designed to provide a seamless online shopping experience for customers.
- User authentication and registration
- Product catalog with search and filters
- Shopping cart functionality
- Checkout and payment processing
- Order history and tracking
- Admin dashboard for managing products, orders, and customers
- cd your-ecommerce-project
- composer install
- npm install cp
- .env.example .env
- php artisan migrate --seed
- php artisan serve
Access the application in your web browser at http://localhost:8000