banuwit/laravel-livewire-starter — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a production ready Laravel admin starter app that I can use as the base for future web projects.

I want normal account features like register, login, email verification, password reset, two factor security, profile editing, avatar upload, and password change. After login there should be a clean dashboard with a sidebar and role aware navigation.

Please include user management, roles and permissions, organizations and branches, basic master data like parameters and locations, and a menu manager so admins can control what appears in the app. I also want activity logs so changes can be audited, plus real time bell notifications for users.

Use Laravel with Livewire, Tailwind, SQLite by default, and keep the UI polished but simple. Seed it with demo roles like superadmin, administrator, editor, and staff, plus a demo admin login. Add tests and make sure the setup commands work cleanly from a fresh clone. Look up current docs online if you need to.

Want more depth? Deep Reverse