muqeetsyed/laravel-pms ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple project management system in Laravel that I can run locally with Docker.
I want a clean app where people can log in, create projects, and keep track of tasks or work items inside each project. It should feel like a basic team dashboard where I can see what is in progress, what is done, and what still needs attention. Make the setup easy to run with the existing Docker setup, and use the normal Laravel way of doing things.
Please include a nice working UI, basic forms, and the main pages someone would expect for managing projects. If there are any missing details or best practices you need, look up the current Laravel docs online and keep it simple and practical.
I’d like the database migrations, controllers, views, and any needed validation wired up so the app actually works end to end. Also make sure the project runs after the usual install and migrate steps from the README.
Are you gonna build this?
make sure you review the code using coderabbit