Professional Projects
Laravel Group Project
A group project-management web application built with Laravel, Sail and PostgreSQL
Description
A group project management web application built with Laravel 13, Laravel Sail, and PostgreSQL. It tracks projects and their leaders/members, and automatically sends scheduled reminder and warning emails to keep stale projects moving. This project deepened my experience working in a team on a Laravel codebase, using Docker-based tooling and automated code formatting.
What me and my team learned
- Laravel task scheduling and queued jobs for automated email reminders
- Laravel Sail for a Dockerized local development environment
- PostgreSQL as a database backend for Laravel
- Enforcing consistent code style with Laravel Pint via a Git pre-commit hook (Captainhook)
- Working with Mailtrap for safe local email testing