Skip to content

1. Requirements

Jean J. de Jong edited this page Feb 9, 2022 · 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.0.2

Modules:

  • pdo
  • pdo_mysql
  • fileinfo
  • Ctype
  • JSON
  • Mbstring
  • OpenSSL
  • Tokenizer

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