Requirements
Requirements to run the application.
Before the installation and purchase please check the minimal requirements for the application. You can find them in the official documentation as well. From our experience VPS with the latest Ubuntu will enough to run the application.
Please note that server configuration is out the scope of application support and it must be managed by the customer.
These are the technical requirements to run Symfony 4 applications:
PHP version: 7.1.3 or higher
Writable directories: (must be writable by the web server)
The project's cache directory (
var/cache/
by default, but the app can override the cache dir)The project's log directory (
var/log/
by default, but the app can override the logs dir)
Last updated