Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T10:06:21.000Z (29 days ago)
- Last Synced: 2025-01-11T19:03:26.424Z (19 days ago)
- Topics: e-commerce, laravel, livewire, php, tailwindcss
- Language: PHP
- Homepage: https://docs.lunarphp.io/core/starter-kits.html
- Size: 3.44 MB
- Stars: 173
- Watchers: 11
- Forks: 55
- Open Issues: 12
-
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 `[email protected]` and password `password`