Skip to content

Bookin Server Requirements

Before proceeding with the installation, ensure that your server meets the following requirements. Since Bookin is built with Laravel and JavaScript, a basic understanding of both technologies is recommended for installation and customization.

Server & Environment Requirements

This documentation will help you with each step of the installation.

  • Server Type: Linux (Shared Hosting, VPS, or Dedicated Server)
  • PHP Version: 8.2 or later
  • MySQL Version: 5.7 or later
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • ZIP PHP Extension

Important

Make sure the following PHP function is not listed in the disable_functions directive of your php.ini file:

ini
putenv

If it is disabled, remove it from the disable_functions list and restart your web server or PHP service for the changes to take effect.

© 2019-present NativeCode. All rights reserved.