Skip to content

Releases: thedevdojo/tails

Adding updates to configurable temporary storage

25 Jun 15:10
e6534b9
Compare
Choose a tag to compare

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') )

v1.1.0 Add Laravel 10 Support

19 Apr 16:13
9a08efe
Compare
Choose a tag to compare

What's Changed

  • Adding the fix for blade files and serving them up if they already exist, removing unnecessary API calls by @tnylea in #7
  • Add Laravel 10 Support by @Supernova3339 in #10
  • ✨ Allow customization of the webhook URL by @Supernova3339 in #12

New Contributors

Full Changelog: v0.90.15...v1.1.0

Version 1.0 release of the composer package

30 Aug 15:30
c764de5
Compare
Choose a tag to compare
Merge pull request #6 from thedevdojo/new/rewrite

New/rewrite

Adding update

21 Aug 14:22
c764de5
Compare
Choose a tag to compare
Adding update Pre-release
Pre-release
Merge pull request #6 from thedevdojo/new/rewrite

New/rewrite

Rewrite with Blade temp files

21 Aug 13:06
271889c
Compare
Choose a tag to compare
Pre-release
Merge pull request #5 from thedevdojo/new/rewrite

Adding a rewrite to put the blade files in a temp view folder

Updating latest

20 Aug 17:21
bd6c640
Compare
Choose a tag to compare
Updating latest Pre-release
Pre-release
Merge pull request #4 from thedevdojo/middleware/bladeViewNotExist

Adding functionality to allow for blade syntax in the tails templates

More Blade use-cases

20 Aug 17:19
1c29f6d
Compare
Choose a tag to compare
More Blade use-cases Pre-release
Pre-release
Merge pull request #3 from thedevdojo/middleware/bladeViewNotExist

Adding functionality to allow for blade syntax in the tails templates

Fixing Blade Render

20 Aug 12:29
d0abf47
Compare
Choose a tag to compare
Fixing Blade Render Pre-release
Pre-release

This commit will allow you to add blade syntax to your tails views.

Fixing the real opcache function

12 Aug 15:10
Compare
Choose a tag to compare
Pre-release
v0.90.10

fixing the opcache clear function

Adding option to clear opcache when you clear the pages

12 Aug 14:36
Compare
Choose a tag to compare
v0.90.9

Added functionality to optionally clear opcache