The project I start every Laravel build from. It is not a demo: it is the boring 30% that every system needs before it can do anything interesting, done once and done properly.

Users, roles and permissions with a real policy layer. Data grids with search, filters and export. Forms with validation and file uploads. An activity log so every change is attributable. A service layer, so the business logic is not in the controllers.