System Requirements

{danger} Premio has a few system(software and hardware) requirements. All the listed requirements are mandatory, so you will need to make sure your server meets the following requirements before you starting the installation process.

Server

It is recommended to host this application at least on a VPS server. Though you can host on almost any server but most of the shared servers will not allow you to configure some required settings. With limited control, you will not be able to get the full performance from Lara Admin application.

{primary} If you’are more comfortable with cPanel based hosting. No problem, we also recommend it.

  • Make sure you’ve sudo privilege on the server and access to command line tool and also have full access to the MySQL database.
  • Your server need to have a static IP for this application. So please have a server with a fixed IP address. You can change the IP anytime later.

PHP & Extensions

  • PHP version ^8.0
  • OpenSSL
  • IMAP
  • MySQLi
  • sqlite3
  • PDO_sqlite
  • PDO
  • SQLite
  • Mbstring
  • Tokenizer
  • XML
  • Ctype
  • JSON
  • cURL
  • Fileinfo
  • ZipArchive
  • exif
  • GD
  • pcntl
  • memchached

Apace

  • Be sure to enable the mod_rewrite module so the .htaccess file will be honored by the server.
  • If you’re using a shared hosting be sure the symlink() function is enabled on our server. Some shared server disable this function.

Nginx (Only if you are using Nginx server)

  • Set the proxy_read_timeout 150; and fastcgi_read_timeout 150; to nginx config

Configuration ( php.ini )

  • post_max_size=512M or more
  • upload_max_filesize=512M or more
  • max_execution_time=300 or more