You are on page 1of 1

Server Requirement

microelephant.io/prowriters/server-requirements

The application is built with Laravel Framework 7.11.0. You will need to make sure your
server meets the following requirements:

PHP >= 7.2.5


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

1/1

You might also like