shopper/starter-kits

Minimum scaffolding starter kit for Shopper e-commerce

Maintainers

Package info

github.com/shopperlabs/starter-kits

Language:Blade

pkg:composer/shopper/starter-kits

Statistics

Installs: 752

Dependents: 0

Suggesters: 0

Stars: 16

Open Issues: 0

v1.0.5 2025-02-15 13:38 UTC

This package is auto-updated.

Last update: 2026-04-07 11:29:00 UTC


README

A community-driven registry of starter kits for Shopper.

Starter kits are scaffold templates installed once — the code belongs to you after installation.

Installation

Install a kit using the Shopper CLI:

php artisan shopper:kit:install <package>

Available Starter Kits

Official

Name Package Description Tags
Livewire Storefront starter kit shopperlabs/livewire-starter-kit A full Livewire + Alpine storefront with checkout, accounts, and product pages. livewire, storefront

Submit Your Kit

Want to add your starter kit to this registry? See the contributing guide.

What is a Starter Kit?

A starter kit is a scaffold, not a theme. It is installed once into your Laravel project and gives you a starting point for building your storefront. After installation, you own the code — modify, delete, or reorganize anything.

Each starter kit is a Composer package or GitHub repository containing a shopper-kit.yaml manifest that declares which files to copy, which dependencies to install, and which commands to run after installation.

Learn more in the Shopper documentation.