Requirements
- PHP >= 8.2
- MYSQL >= 5.7 or MariaDB >= 10.10
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- Filter PHP Extension
- Hash PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Session PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
TIP
Make sure you have PHP >= 8.2 on your server. Access your server with SSH and run the following command to get PHP version:
sh
php -v
To see more information about the requirements visit laravel.com server requirements.