From 4c52b193b14ee72bc2e524eaf5735ad125837329 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 7 Dec 2024 15:07:52 +0100 Subject: [PATCH] Update installation.md --- docs/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 56a43383c..1dc819935 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -3,7 +3,7 @@ -Control Center is built using [Laravel 10][laravel] and supports PHP 8.1+. +Control Center is built using [Laravel 11][laravel] and supports PHP 8.1+. ## Install Control Center { data-toc-label="Install" } @@ -20,7 +20,7 @@ Open up a terminal and pull the latest image with: ```shell -docker pull ghcr.io/vatsim-scandinavia/control-center:v4 +docker pull ghcr.io/vatsim-scandinavia/control-center:v6 ``` If you're not familiar with Docker, don't worry. We'll walk you through the initial setup. @@ -31,7 +31,7 @@ If you don't want to use Docker, you need: - An environment that can host PHP websites, such as Apache, Nginx or similar. - A MySQL compatible database to store data. -- Comply with [Laravel 10 Requirements][laravel-requirements]. +- Comply with [Laravel 11 Requirements][laravel-requirements]. In addition, you must handle the following additional tasks: @@ -44,4 +44,4 @@ In addition, you must handle the following additional tasks: With either a container-based installation or the source code, you can now configure the [essential parts of the Control Center instance](configuration/index.md). [laravel]: https://laravel.com - [laravel-requirements]: https://laravel.com/docs/10.x/deployment#server-requirements + [laravel-requirements]: https://laravel.com/docs/11.x/deployment#server-requirements