Skip to main content
We’ve built a complete demo store to showcase what’s possible with Shopper. It’s a fully functional e-commerce application with a storefront and admin panel, so you can explore how Shopper works in a real-world scenario.
Shopper Demo Store
Visit the live demo →

What’s included

The demo store covers the full e-commerce experience:
  • Product catalog with categories, collections, attribute filtering, and search
  • Product pages with variant selection, image gallery, multi-currency pricing, and reviews
  • Multi-step checkout with address selection, shipping method, and payment (Stripe, NotchPay, Cash)
  • Customer accounts with profile management, address book, and order history
  • Blog with articles, categories, featured images, and rich content
  • Multi-zone support with country-based currency switching and shipping options
  • Admin panel at /cpanel powered by Shopper with Filament

Admin panel access

You can log in to the admin panel at /cpanel:
  • Email: admin@laravelshopper.dev
  • Password: demo.Shopper@2026!
The demo database is reset periodically. Please be respectful when editing data.

Source code

The full source code is available on GitHub. You can clone it and run it locally to explore the codebase, modify it, or use it as a starting point for your own store.

GitHub Repository

Browse the source code on GitHub

Running locally

git clone https://github.com/shopperlabs/demo.laravelshopper.dev.git shopper-demo && cd shopper-demo
composer install
npm install && npm run build
composer setup
Then access the storefront at the URL provided by your local server.

Tech stack

LayerTechnology
FrameworkLaravel 12
Admin panelShopper + Filament 4
ReactivityLivewire 3 + Volt
UI componentsFlux UI
StylingTailwind CSS 4
DeploymentDocker + FrankenPHP (Octane)