Skip to content

Adding updates to configurable temporary storage

Compare
Choose a tag to compare
@tnylea tnylea released this 25 Jun 15:10
· 2 commits to main since this release
e6534b9

You will now be able to set the temp cache directory where tails stores the responses and saves them as temp blade files.

You can configure this in the tails.php config. We can now specify:

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