Releases: appstract/laravel-opcache
Releases · appstract/laravel-opcache
4.0.2
01 Dec 16:13
Compare
Sorry, something went wrong.
No results found
Merge pull request #120 from palpalani/patch-1
Support PHP 8.0
4.0.1
13 Aug 08:01
Compare
Sorry, something went wrong.
No results found
Add support for guzzle 7
Add autoloader to exclude list
4.0.0
29 Mar 15:03
Compare
Sorry, something went wrong.
No results found
Uses the new built-in Laravel http client
Breaking changes:
Only supports Laravel 7. For older Laravel versions, stick with v3.
Config options verify_ssl and verify_host are replaced with verify
3.2.1
31 Dec 20:09
Compare
Sorry, something went wrong.
No results found
2.0.5
31 Dec 20:09
Compare
Sorry, something went wrong.
No results found
3.2.0
29 Dec 15:46
Compare
Sorry, something went wrong.
No results found
2.0.4
29 Dec 15:43
Compare
Sorry, something went wrong.
No results found
Merge pull request #98 from Cyrille37/Cyrille37-v2-verify_host
Cyrille37 v2 verify host
3.1.0
23 Dec 21:37
Compare
Sorry, something went wrong.
No results found
Fix for php 7.4
Added exit codes to artisan commands
3.0.1
29 Sep 20:30
Compare
Sorry, something went wrong.
No results found
Merge pull request #91 from moosapour-arash/moosapour-arash-patch-1
Add more paths to config's exclude array
3.0.0
22 Jun 22:06
Compare
Sorry, something went wrong.
No results found
New & changed
Improved the pre-compile capabilities == better performance! 🚀
Extra check to prevent pre-compilation issues
New config options
Breaking changes ⚠️
Renamed opcache:optimize to opcache:compile. Note: opcache.dups_fix must be enabled, or use the --force flag.
Min required: Laravel 5.8
Dropped support for Lumen