Skip to content

Releases: overtrue/laravel-uploader

1.2.0

23 Apr 13:45

Choose a tag to compare

location with path

1.1.4

08 Mar 13:06
496f8bf

Choose a tag to compare

: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

06 Mar 13:28
256235f

Choose a tag to compare

Laravel 7

1.1.2

14 Nov 01:43

Choose a tag to compare

bugfix.

1.0.6

08 Nov 10:28
e7a2257

Choose a tag to compare

Apply fixes from StyleCI (#30)

1.0.5

07 Oct 11:02

Choose a tag to compare

Added disk and extension.

1.0.4

04 Sep 13:14
8dbf28f

Choose a tag to compare

Update composer.json

1.0.3

04 Sep 06:51

Choose a tag to compare

Add location

1.0.2

16 Jul 09:13
8186230

Choose a tag to compare

Bugfix.

1.0.1

16 Jul 08:59
ae58dd8

Choose a tag to compare

Update StrategyResolver.php