This was the first real Laravel project I built. Itβs a full-featured web application designed for any gym or club to manage member registrations, payments, debts, and subscription plans. The system is structured using the Laravel MVC pattern, Blade templates, and some Livewire components for interactivity.
During development, I implemented event-driven logic using Laravel events and listeners to handle subscription state changes, and used caching techniques to improve performance on statistics and dashboard queries. Everything was built with scalability and production-readiness in mind.
You can try the system using the following demo login:
admin@example.com
admin
β οΈ This project is currently in a demo state. The data is for testing purposes and may include placeholder or unrealistic values.