Releases: thedevdojo/tails
Releases · thedevdojo/tails
v1.2.0 Add Laravel 11 Support Latest
What's Changed
- Add Laravel 11 Support by @bobbyiliev in #17
New Contributors
- @bobbyiliev made their first contribution in #17
Full Changelog: v1.1.1...v1.2.0
Adding updates to configurable temporary storage
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
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
- @Supernova3339 made their first contribution in #10
Full Changelog: v0.90.15...v1.1.0
Version 1.0 release of the composer package
Merge pull request #6 from thedevdojo/new/rewrite New/rewrite
Adding update
Merge pull request #6 from thedevdojo/new/rewrite New/rewrite
Rewrite with Blade temp files
Merge pull request #5 from thedevdojo/new/rewrite Adding a rewrite to put the blade files in a temp view folder
Updating latest
Merge pull request #4 from thedevdojo/middleware/bladeViewNotExist Adding functionality to allow for blade syntax in the tails templates
More Blade use-cases
Merge pull request #3 from thedevdojo/middleware/bladeViewNotExist Adding functionality to allow for blade syntax in the tails templates
Fixing Blade Render
This commit will allow you to add blade syntax to your tails views.
Fixing the real opcache function
v0.90.10 fixing the opcache clear function