msSharma58/food-ordering — reverse-engineered prompt
Reverse engineered prompt
Build me a simple food ordering website in this Laravel project. I want customers to be able to open the site, browse food items with photos, prices, categories, and descriptions, add items to a cart, change quantities, remove items, and place an order with their name, phone number, address, and any special notes.
Please also make a basic admin area where the owner can log in, add and edit menu items, mark items as available or unavailable, and view incoming orders with their status. Keep the design clean and easy to use on mobile and desktop, like a small restaurant ordering site, not something overly complicated.
Use the existing Laravel setup and Blade views. Add the needed database tables, seed a few sample food items, and make sure the main flows work end to end. Look up current Laravel docs online if you need to.
Want more depth? Deep Reverse