jahanzeb7861/daim-pos — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Laravel point of sale system for a small shop.
I want an admin area where I can log in, manage products, manage customers, create new sales orders from a POS screen, and view past orders in a list. The POS screen should feel practical for daily use, with products selectable while making an order and totals shown clearly before saving.
Please set it up like a normal Laravel app with database migrations, seed data if needed, login for an admin user, and basic pages for product list, customer list, order list, and creating an order. Keep the design clean and usable, not fancy. Include the setup steps so I can run it locally with Composer, npm if needed, database migration, storage link, and Laravel serve.
Use Laravel 8 style conventions since this project is based on that. Look up current docs online if you need to.
Want more depth? Deep Reverse