Skip to content

Upgrading from v1.1 to v1.2

Tony Lea edited this page May 4, 2023 · 1 revision

In version 1.2 you can specify the directory where all the Tails templates will be stored.

Be sure to add this to your config/tails.php config file:

// This is where the temporary Tails files will be stored
'directory' => base_path( env('TAILS_DIRECTORY', 'storage/app/tails-tmp') )

You can also change the directory for different environments by adding TAILS_DIRECTORY=... to your .env file.

Clone this wiki locally