I developed a full E-Learning Academy platform using Laravel and Blade without relying on external APIs.
The system includes a complete Admin Dashboard that allows the administrator to manage all essential parts of the application, including:
Adding, editing, and deleting courses
Managing trainers and their profiles
Managing students
Creating and organizing categories
Handling course details, descriptions, and media
Displaying all content dynamically on the user interface using Blade templates
The platform provides a clean and responsive UI where users can browse courses, view information about trainers, and explore categories. All data is fully connected to the backend through Laravel’s MVC structure, ensuring high performance, organized code, and secure database operations.
This project demonstrates my skills in:
Backend development with Laravel (PHP)
MVC architecture
Blade templating
CRUD operations
Database design (MySQL)
Authentication & authorization
Building scalable, maintainable backend systems