Laravel Opcache Versions Save

Laravel Package for OPcache

4.0.2

3 years ago

4.0.1

3 years ago
  • Add support for guzzle 7
  • Add autoloader to exclude list

4.0.0

4 years ago
  • 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

4 years ago

Verify host fix

2.0.5

4 years ago

Verify host fix

3.2.0

4 years ago
  • Added verify host option by @Cyrille37

2.0.4

4 years ago

3.1.0

4 years ago
  • Fix for php 7.4
  • Added exit codes to artisan commands

3.0.1

4 years ago

3.0.0

4 years ago

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