This is a Laravel-based e-commerce web application that includes user authentication, admin management, product and category management, and a shopping interface.
- User registration and login
- Admin dashboard for managing products and categories
- Product catalog for browsing
- MVC architecture with Laravel
- RESTful routing
- Authentication and session management
git clone https://github.com/basem3sam/laravel-ecommerce-app.git
cd laravel-ecommerce-appcomposer install
npm install && npm run devcp .env.example .env
php artisan key:generateUpdate the .env file with your database and mail settings.
php artisan migratephp artisan servephp artisan test📜 License This project is open-source and available under the MIT license.