Releases: overtrue/laravel-uploader
Releases · overtrue/laravel-uploader
1.1.4
:bug: about disk url (#32) 1.$this->path is null at 92 line 2.is_callable(array($disk, 'url')) or is_callable($disk, 'url') 3.[method_exists faster than is_callable](https://www.php.net/manual/zh/function.is-callable.php) ``` \is_callable(array($disk, 'url')) //true \is_callable(array($disk, 'any')) //true The story about __call() is a bit more complicated unfortunately. ```
1.1.3
1.1.2
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Update laravel/framework requirement from 5.7.* to 5.8.* (#29) Updates the requirements on [laravel/framework](https://github.com/laravel/framework) to permit the latest version. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md) - [Commits](https://github.com/laravel/framework/compare/v5.7.0...v5.8.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>