patrikpety/miraclespace — reverse-engineered prompt
Reverse engineered prompt
Please turn this mostly empty Laravel starter into a small but polished web app called MiracleSpace. I want a public website with a nice home page, an about page, and a contact page, plus a simple admin area where I can sign in and update the site content without editing code. Make it feel clean and modern, make the forms actually work, store things in the database, and add basic validation with clear success and error messages.
If it fits naturally, add a simple dashboard so I can manage pages and see contact submissions in one place. Use the styling setup that is already in the project, keep the structure sensible, and make the whole thing easy to run locally. Please include migrations, some seed data so it is not empty on first run, and a short README with setup steps and how to access the admin area. If anything is unclear, use good defaults and check the current Laravel docs online if needed.
Want more depth? Deep Reverse