Documentation
Getting Started
General
Upgrade
Current version 1.0
Server Requirements
The application is built with Laravel Framework 9.0. You will need to make sure your server meets the following requirements:
PHP >= 8.1
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
Directory Permissions
After uploading the files, you will need to configure some permissions. Directories within the storage and the bootstrap/cache directories should be writable by your web server or the application will not run.
Most folders should be normal: “755” and files: “644”. Laravel requires some folders to be writable for the web server user. You can use this command on unix based OSs.
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
Symbolic link:
Your server should allow creating Symbolic link
Server PHP Version
Your server PHP version should be 8.1