Melksedeque/chirper-laravel-bootcamp — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Laravel app called Chirps, basically a small Twitter style site where people can register, log in, and post short messages called chirps.

A signed in user should be able to create chirps, edit their own chirps, and delete them. Everyone should have a feed where they can see recent chirps, including chirps from people they follow if you add following. Users should also be able to like chirps and leave comments. Each user should have a simple profile page that shows their info and their chirps.

Please make it feel clean and easy to use, with basic responsive styling. Set up the database tables, relationships, routes, pages, forms, validation, and permissions so users can only change their own content. I want it working end to end locally with SQLite, migrations, and clear setup steps. Look up current Laravel docs online if you need to.

Want more depth? Deep Reverse