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

https://github.com/foxws/foxws

Foxws.nl source-code
https://github.com/foxws/foxws

foxws laravel livewire markdown

Last synced: 2 months ago
JSON representation

Foxws.nl source-code

Awesome Lists containing this project

README

          

# Foxws

## Introduction

This is the [Foxws.nl](https://foxws.nl/) source-code.

## Installation

Run installer:

```bash
foxws a app:install
```

Update site-index `extra` field with:

```json
{"meilisearch":{"url":"http:\/\/systemd-foxws-meilisearch:7700","apiKey":"MELISEARCH_API_KEY"}}
```

## Deploy

```bash
php vendor/bin/envoy run deploy
```

## Stack

- Based on [Laravel Beyond CRUD](https://laravel-beyond-crud.com/) (DDD)
- [Livewire V3](https://livewire.laravel.com/)
- [WireUse](https://github.com/foxws/wireuse)
- [Traefik](https://traefik.io/traefik/)