This repository is a base forked of Laravel Breeze, and is give as an example way to build a front-end with Shopper Headless e-commerce.
Important
As this starter kit is already based on Laravel Breeze, you no longer need to install it to have authentication, as it offers the same features as Laravel breeze.
After install and setup Shopper, you need to run the following command to install the starter kit
composer require shopper/starter-kits --dev
After installing the package, you may execute the shopper:starter-kit:install
Artisan command. This command accepts the name of the stack you prefer (livewire, blade or inertia)
Documentation for Starter kits can be found on the Documentation.
Starter Kits is open-sourced software licensed under the MIT license.