Releases: sausin/laravel-ovh
Releases · sausin/laravel-ovh
Laravel 5.8 release
Re-releasing to trigger packagist hooks
Updated for dependencies
v2.0.1 Updated to work with latest laravel
Support for PHP 7.2
- Updated to include support for PHP 7.2. Thanks to @aliukevicius
Refractoring
Merge pull request #2 from sausin/analysis-qvMZgd Apply fixes from StyleCI
Temporary url support!
- Laravel now supports
temporaryUrl
method on theStorage
facade and the same has been included on this adapter - README is updated with latest changes
Large object support merged with upstream
Large object support was merged in upstream and hence all the corresponding stuff has been removed
Large object support fixed
- Large object support implementation done properly.
- Small styleCI and other fixes
Cleaner implementation
- Removed large object storage support as implementation didn't work
- Cleaned up implementation and renamed adapter
Deferral and autodiscovery support
- Included support for package deferral
- Included support for Auto-discovery coming in laravel 5.5
Support for large objects
Included support for large objects as described by anphamt