We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
config/tails.php
// 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.
TAILS_DIRECTORY=...
.env