Skip to content

Releases: MasterRO94/laravel-file-cleaner

L7 and L8 Support Voter callback

24 Sep 10:19
Compare
Choose a tag to compare

Added support for Laravel 7 and 8. Added ability to specify voter callback to decide should the file and associated db record be removed.

Fix L6 Support

29 Nov 16:28
6934198
Compare
Choose a tag to compare

Fixed Support for Laravel 6+

L 6 Support

21 Aug 12:16
f31ada8
Compare
Choose a tag to compare
1.6.0

Added support for Laravel 6

L 5.8 Support

26 Feb 21:08
Compare
Choose a tag to compare

Updated package to support new version of Laravel. Also added php 7.3 to Travis CI tests

L5.7 Support

26 Sep 08:32
Compare
Choose a tag to compare

Added support for Laravel 5.7 and refactor some code

L5.6 Support

19 Mar 13:10
Compare
Choose a tag to compare
1.3.8

added support for Laravel 5.6

Some refactoring

11 Jan 13:56
Compare
Choose a tag to compare

Removed composer.lock from VCS. Updated composer.json

Throw ModelNotFoundException when model instance not found

07 Nov 10:47
Compare
Choose a tag to compare

If relation option set, then we remove files only if there is no related instance(s) and throw ModelNotFoundException when model instance not found.

Change tests namespace

19 Sep 15:11
Compare
Choose a tag to compare
1.3.5

composer update

All tests wrote, fix relation based cleaning

09 Sep 14:44
Compare
Choose a tag to compare
Merge pull request #2 from MasterRO94/tests

Tests