Skip to content

Reference

default_disk

The default disk used by the package

TypeDefault
stringpublic

NOTE

The default disk must be defined in your filesystems.php config.

available_disks

Provides a list of available disks to be used by the package

TypeDefault
string[]['public']

NOTE

Each disk must be defined in your filesystems.php config.

show_hidden_files

Toggles whether to show files and folders that start with a "dot"

TypeDefault
boolfalse

human_readable_size

When set to true, the package will display file sizes in a more friendly readable format

TypeDefault
booltrue

human_readable_datetime

When set to true, the package will display dates with diffForHumans()

TypeDefault
booltrue

file_analysis.enabled

When set to true, the package will use getID3 to parse metadata from the files

TypeDefault
booltrue

file_analysis.cache.enabled

When set to true, the package will cache the file analysis result

TypeDefault
booltrue

file_analysis.cache.ttl_in_seconds

TTL for analysis caching in seconds

TypeDefault
int86400

url_signing.enabled

When set to true, all the file urls will be signed

TypeDefault
boolfalse

url_signing.unit

Defines the unit for the expiration time

TypeDefault
stringminutes

NOTE

The expiration time must not exceed 1 week

url_signing.value

Defines the value for the expiration time

TypeDefault
booltrue

update_checker.enabled

Toggles whether to show the update checker banner

TypeDefault
booltrue

update_checker.ttl_in_days

TTL for analysis caching the update checker status in days

TypeDefault
int1

tour.enabled

Toggles whether to show the package tour

TypeDefault
booltrue

use_pintura

Toggles whether to show use Pintura image editor

TypeDefault
boolfalse

NOTE

You can find details about the Pintura integration in the Pintura image editor section.

path

This is the URI path where File Manager will be accessible from

TypeDefault
string/nova-file-manager

upload_replace_existing

Toggle whether an upload with an existing file name should replace the existing file or not

TypeDefault
boolfalse