Server Requirements

QuickRecruit is built using Laravel 7 and recently upgraded to Laravel 10.

These are the minimum server requirements, the installer will check if your server meets these or contact your hosting provider in order to meets them.

Requirements

The followings are required to install QuickRecruit:

  • PHP >= 8.1

  • 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

To learn more about server requirement related to laravel powered application please follow this laravel official documentation.

Link: https://laravel.com/docs/10.x/deployment#server-requirements

Last updated