gogilo2003/faqs ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple FAQ feature for a PHP project, something that lets me store common questions and answers and show them on a public page.
I want it to be easy to drop into an existing app, with the usual pieces already set up, like the data structure, routes, and basic views so someone can create, edit, delete, and display FAQs without much extra work. Make the public side clean and easy to read, and keep the admin side simple enough that a non expert could manage it.
If anything in the current setup needs looking up, check the current docs online first and then wire it in the most sensible way. Please keep the code tidy, working, and ready to run.
Are you gonna build this?
make sure you review the code using coderabbit