chore: clean up stale root files, minor doc edits

This commit is contained in:
Fabian @ Blax Software 2026-04-15 10:12:08 +02:00
parent 34a26f3641
commit 99eec4efbb
2 changed files with 45 additions and 45 deletions

View File

@ -10,26 +10,26 @@ Built for PHP 7.4 through 8.5, covering Laravel 9 13.
### By PHP version ### By PHP version
| Tag | PHP | Suitable for Laravel | | Tag | PHP | Suitable for Laravel |
|-----|-----|----------------------| |-------------------------------|-----|----------------------|
| `blaxsoftware/laravel:php7.4` | 7.4 | Legacy (< 9) | | `blaxsoftware/laravel:php7.4` | 7.4 | Legacy (< 9) |
| `blaxsoftware/laravel:php8.0` | 8.0 | 9 | | `blaxsoftware/laravel:php8.0` | 8.0 | 9 |
| `blaxsoftware/laravel:php8.1` | 8.1 | 9, 10 | | `blaxsoftware/laravel:php8.1` | 8.1 | 9, 10 |
| `blaxsoftware/laravel:php8.2` | 8.2 | 9, 10, 11, 12 | | `blaxsoftware/laravel:php8.2` | 8.2 | 9, 10, 11, 12 |
| `blaxsoftware/laravel:php8.3` | 8.3 | 10, 11, 12, 13 | | `blaxsoftware/laravel:php8.3` | 8.3 | 10, 11, 12, 13 |
| `blaxsoftware/laravel:php8.4` | 8.4 | 11, 12, 13 | | `blaxsoftware/laravel:php8.4` | 8.4 | 11, 12, 13 |
| `blaxsoftware/laravel:php8.5` | 8.5 | 12, 13 | | `blaxsoftware/laravel:php8.5` | 8.5 | 12, 13 |
| `blaxsoftware/laravel:latest` | 8.4 | (alias for php8.4) | | `blaxsoftware/laravel:latest` | 8.4 | (alias for php8.4) |
### By Laravel version (recommended PHP) ### By Laravel version (recommended PHP)
| Tag | Points to | | Tag | Points to |
|-----|-----------| |----------------------------------|-----------|
| `blaxsoftware/laravel:laravel9` | php8.1 | | `blaxsoftware/laravel:laravel9` | php8.1 |
| `blaxsoftware/laravel:laravel10` | php8.3 | | `blaxsoftware/laravel:laravel10` | php8.3 |
| `blaxsoftware/laravel:laravel11` | php8.4 | | `blaxsoftware/laravel:laravel11` | php8.4 |
| `blaxsoftware/laravel:laravel12` | php8.5 | | `blaxsoftware/laravel:laravel12` | php8.5 |
| `blaxsoftware/laravel:laravel13` | php8.5 | | `blaxsoftware/laravel:laravel13` | php8.5 |
### Combo tags (specific PHP + Laravel) ### Combo tags (specific PHP + Laravel)
@ -108,19 +108,19 @@ services:
## Build Args ## Build Args
| Arg | Default | Description | | Arg | Default | Description |
|-----|---------|-------------| |---------------|---------|------------------------------|
| `PHP_VERSION` | `8.4` | PHP version (7.4, 8.0 8.5) | | `PHP_VERSION` | `8.4` | PHP version (7.4, 8.0 8.5) |
| `NODE_MAJOR` | `22` | Node.js major version | | `NODE_MAJOR` | `22` | Node.js major version |
## Runtime Environment Variables ## Runtime Environment Variables
| Variable | Default | Description | | Variable | Default | Description |
|----------|---------|-------------| |------------------------|---------|-----------------------------------------------------------|
| `ENABLE_QUEUE` | `false` | Start `artisan queue:work` via supervisor | | `ENABLE_QUEUE` | `false` | Start `artisan queue:work` via supervisor |
| `ENABLE_SCHEDULER` | `false` | Start `artisan schedule:work` via supervisor | | `ENABLE_SCHEDULER` | `false` | Start `artisan schedule:work` via supervisor |
| `ENABLE_HORIZON` | `false` | Start `artisan horizon` via supervisor | | `ENABLE_HORIZON` | `false` | Start `artisan horizon` via supervisor |
| `ENABLE_LARAVEL_PERMS` | `0` | Fix `storage/` and `bootstrap/cache/` permissions on boot | | `ENABLE_LARAVEL_PERMS` | `0` | Fix `storage/` and `bootstrap/cache/` permissions on boot |
## What's Included ## What's Included
@ -151,11 +151,11 @@ Optional supervisor configs are generated at runtime in `/etc/supervisor/laravel
Every supervisor program lives in its own `.conf` file across three include directories: Every supervisor program lives in its own `.conf` file across three include directories:
| Directory | Purpose | How to customize | | Directory | Purpose | How to customize |
|-----------|---------|------------------| |------------------------------|---------------------------------------------------------------------|--------------------------------------------------|
| `/etc/supervisor/conf.d/` | Core services (php-fpm, nginx) | Mount a replacement file to override | | `/etc/supervisor/conf.d/` | Core services (php-fpm, nginx) | Mount a replacement file to override |
| `/etc/supervisor/laravel.d/` | Queue, scheduler, horizon (auto-generated from `ENABLE_*` env vars) | Use env vars, or disable them and mount your own | | `/etc/supervisor/laravel.d/` | Queue, scheduler, horizon (auto-generated from `ENABLE_*` env vars) | Use env vars, or disable them and mount your own |
| `/etc/supervisor/custom.d/` | Empty — for your own programs | Mount a directory or individual files | | `/etc/supervisor/custom.d/` | Empty — for your own programs | Mount a directory or individual files |
**Examples:** **Examples:**

View File

@ -194,17 +194,17 @@ services:
## plug-n-pray.sh Options ## plug-n-pray.sh Options
| Flag | Default | Description | | Flag | Default | Description |
|------|---------|-------------| |------------------|------------------------|----------------------------------------------------------|
| `--php=VERSION` | `8.4` | PHP version | | `--php=VERSION` | `8.4` | PHP version |
| `--name=NAME` | directory name | Project name (used for container names & Traefik router) | | `--name=NAME` | directory name | Project name (used for container names & Traefik router) |
| `--host=HOST` | `NAME.localhost` | Traefik hostname | | `--host=HOST` | `NAME.localhost` | Traefik hostname |
| `--db=NAME` | project name | MySQL database name | | `--db=NAME` | project name | MySQL database name |
| `--db-pass=PASS` | `secret` | MySQL root password | | `--db-pass=PASS` | `secret` | MySQL root password |
| `--image=IMAGE` | `blaxsoftware/laravel` | Docker image | | `--image=IMAGE` | `blaxsoftware/laravel` | Docker image |
| `--no-queue` | — | Disable queue worker | | `--no-queue` | — | Disable queue worker |
| `--no-scheduler` | — | Disable scheduler | | `--no-scheduler` | — | Disable scheduler |
| `--horizon` | — | Enable Horizon (auto-disables basic queue) | | `--horizon` | — | Enable Horizon (auto-disables basic queue) |
| `--no-redis` | — | Skip Redis service | | `--no-redis` | — | Skip Redis service |
| `--no-mysql` | — | Skip MySQL service | | `--no-mysql` | — | Skip MySQL service |
| `--force` | — | Overwrite existing files | | `--force` | — | Overwrite existing files |