Requirements

TIP

You don't have to think about this when using the Docker image.

To run SecureDAV, you need to have the following software installed on your server:

To check the PHP requirements run the following command at the root of the project:

composer check-platform-reqs

Optional requirements

Additionally you can install the following software for a better experience:

When using Redis you have to either install the PhpRedis extension or the Predis library. The PhpRedis extension is recommended for better performance. See the Laravel documentationopen in new window for more information.