Releases: consilience/laravel-storage-ls
Releases · consilience/laravel-storage-ls
Laravel 10
Use laravel-only API for access to the filesystem
Issue #7 use laravel-only API for access to the filesystem
Laravel 9/Flysystem 3 support
Issue #7 Laravel 9/Flysystem 3 support
Remove phpunit dependency
No tests yet, so the dependency was getting in the way.
Changed PHP 8 to 8.0
Having problems recognising PHP 8 on an install and trying this out.
Support for PHP 8
Issue #6 just a dependendency change, no code changes.
Laravel 8 support
Issue #5 No changes to the code, just added laravel ^8.0 as an allowable dependency,
Update for Laravel 7.x support
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
1.0.4 Support laravel/lumen 6.x
Ensure displayed timestamps are UTC
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.