https://github.com/lunarphp/livewire-starter-kit
Demonstration online store for Lunar
https://github.com/lunarphp/livewire-starter-kit
e-commerce laravel livewire php tailwindcss
Last synced: 9 months ago
JSON representation
Demonstration online store for Lunar
- Host: GitHub
- URL: https://github.com/lunarphp/livewire-starter-kit
- Owner: lunarphp
- Created: 2022-01-04T11:01:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T13:00:28.000Z (about 1 year ago)
- Last Synced: 2025-03-31T21:46:28.453Z (10 months ago)
- Topics: e-commerce, laravel, livewire, php, tailwindcss
- Language: PHP
- Homepage: https://docs.lunarphp.io/core/starter-kits.html
- Size: 3.45 MB
- Stars: 181
- Watchers: 11
- Forks: 56
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Starter Kit
This repository is provided as a reference to learn how to use Lunar Laravel E-Commerce package. This example is a classic e-commerce store.
> **Warning**
> This application is purely an example of how you can implement Lunar headless e-commerce for Laravel. It is not production ready or complete.
# Installation
For full installation instructions please visit https://docs.lunarphp.io/core/starter-kits.html
## Installation with Docker
> Make sure you have Docker installed on your local machine.
### Environment Demo store
You can execute it via the `docker compose up` command in your favorite terminal.
Please note that the speed of building images and initializing containers depends on your local machine and internet connection - it may take some time.
```bash
cp .env.docker.example .env
docker-compose up
```
The demo store will be available to `http://localhost` in your browser.
#### Log into Lunar panel
Once the project is prepared, the Lunar panel will start and available to `http://localhost/lunar`.
Default admin user is username `admin@lunarphp.io` and password `password`