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
- Host: GitHub
- URL: https://github.com/foxws/foxws
- Owner: foxws
- Created: 2024-04-11T09:13:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-31T12:15:15.000Z (about 1 year ago)
- Last Synced: 2025-06-01T00:35:28.389Z (about 1 year ago)
- Topics: foxws, laravel, livewire, markdown
- Language: PHP
- Homepage: https://foxws.nl
- Size: 978 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)