Skip to content

Releases: harishanchu/Laravel-FTP

Version 2.0.4

07 Nov 14:10
2f891ed
Compare
Choose a tag to compare
Fix deprecated string offset access syntax with curly braces (#78)

closes #77

Version 2.0.3

24 Oct 09:00
292dc88
Compare
Choose a tag to compare
Support Laravel ^6.0|^7.0 (#76)

* Support Laravel ^5.0|^6.0|^7.0

* Update array_get() to Arr::get()

Version 1.0.1

23 Oct 17:54
Compare
Choose a tag to compare
Upload, download mode override.  (#72)

* Upload, download mode override.

Added provision to override automatic mode detection for file upload and download.

* Fix README

Add missing mode param in downloadFile signature

* Adds requested newline

Version 0.0.1

24 Sep 16:49
Compare
Choose a tag to compare
Merge pull request #12 from brunneros/master

Added time() method - Returns the last modified time of the given file.