Skip to content

Releases: MasterRO94/laravel-file-cleaner

Tests and bug fixing

08 Sep 15:26
Compare
Choose a tag to compare

Added tests and fixed some important bugs

Violation fix

01 Sep 09:54
Compare
Choose a tag to compare

appended new lines to files to fix violations

Important fix

31 Aug 08:06
Compare
Choose a tag to compare

fix wrong Model import, remove check for runningInConsole to add ability to call command with Artisan::call() facade

Check for Relation feature

28 Aug 16:11
Compare
Choose a tag to compare

A new config added: relation
Now you can delete files and associated model instances if there is no attached relation
For example you have File model and File::entity() relation, so if $file->entity returns null or empty collection only then file and db row will be deleted

Command auto-registration

25 Aug 07:56
Compare
Choose a tag to compare

Now Artisan command registers automatically

Added support of Laravel 5.3, 5.4, 5.5

01 Aug 15:28
Compare
Choose a tag to compare

Added support of Laravel 5.3, 5.4, 5.5
Added package auto-discovery for Laravel 5.5

Add excluds support

25 Apr 10:37
Compare
Choose a tag to compare

Add excluded directories and excluded files support to configurate file cleaning more elastic.

Add overrides config command options

17 Apr 23:48
Compare
Choose a tag to compare

Add overrides config command options on the fly.

Also add remove_directories config that allows to choose remove nested directories or not

Add Laravel 5.1 Support

15 Apr 18:33
Compare
Choose a tag to compare

Add Laravel 5.1 Support (Before only Laravel 5.2 was supported)

First release

07 Apr 10:56
Compare
Choose a tag to compare

First release. To be continued...