Skip to content

1. Requirements

Jean J. de Jong edited this page Jun 6, 2024 · 4 revisions

Requirements are at least these of LARAVEL 9.x See https://laravel.com/docs/7.x/installation#server-requirements

Apache (Nginx also works)

MySQL/MariaDB

  • MariaDB >= 10.3
  • MySQL >= 8.0

PHP

Minimal version: 8.2 to support Laravel 11

Modules:

  • mysql
  • xml
  • curl
  • json
  • mbstring
  • readline
  • zip
  • mbstring

Composer

Composer is used to sync Laravel components.

Browser

Our tests are done with Firefox above 61 release. It's known that Firefox 60 is not working.

Clone this wiki locally