Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Lunar

# 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`