Skip to content

Support for Laravel 9

Compare
Choose a tag to compare
@pascalbaljet pascalbaljet released this 10 Feb 20:11
· 31 commits to main since this release
944e1fb

Upgrading to v8

  • As Laravel 9 has migrated from Flysystem 1.x to 3.x, this version is not compatible with Laravel 8 or earlier.
  • If you're using the Watermark manipulation feature, make sure you upgrade spatie/image to v2.
  • The set_command_and_error_output_on_exception configuration key now defaults to true, making exceptions more informative. Read more at the Handling exceptions section.
  • The enable_logging configuration key has been replaced by log_channel to choose the log channel used when writing messages to the logs. If you still want to disable logging entirely, you may set the new configuration key to false.
  • The segment length and keyframe interval of HLS exports should be 2 or more; less is not supported anymore.