Skip to content

Releases: consilience/laravel-storage-ls

Laravel 10

21 Sep 13:45
2356625
Compare
Choose a tag to compare
Update composer.json

Laravel 10 support

Use laravel-only API for access to the filesystem

31 May 11:37
Compare
Choose a tag to compare

Issue #7 use laravel-only API for access to the filesystem

Laravel 9/Flysystem 3 support

30 May 17:35
Compare
Choose a tag to compare

Issue #7 Laravel 9/Flysystem 3 support

Remove phpunit dependency

27 Jan 14:53
65eea40
Compare
Choose a tag to compare
No tests yet, so the dependency was getting in the way.

Changed PHP 8 to 8.0

27 Jan 13:43
362ebbf
Compare
Choose a tag to compare

Having problems recognising PHP 8 on an install and trying this out.

Support for PHP 8

27 Jan 13:10
94332b1
Compare
Choose a tag to compare

Issue #6 just a dependendency change, no code changes.

Laravel 8 support

02 Dec 23:39
Compare
Choose a tag to compare

Issue #5 No changes to the code, just added laravel ^8.0 as an allowable dependency,

Update for Laravel 7.x support

01 Jun 17:45
Compare
Choose a tag to compare

Update for Laravel 7.x, also retains compatibility down to Laravel 5.6

Introduces new parameter format, disk:directory, so both the disk and the directory can be specified as one parameter. The -d option will override that.

Support laravel/lumen 6.x

18 Nov 17:28
adadb85
Compare
Choose a tag to compare
1.0.4

Support laravel/lumen 6.x

Ensure displayed timestamps are UTC

22 Aug 10:06
Compare
Choose a tag to compare
More docs and fixes to the timestamp display.

The timestamp formatting would be picking up the current system
timezone, while we want to output file times in UTC.