Skip to content

Releases: bulentAkgul/laravel-file-creator

File prevention moved to file list generator

22 Feb 19:45

Choose a tag to compare

v4.0.4

file prevention moved to file list generator

File Facade Replaced With File Helper

22 Feb 17:26

Choose a tag to compare

v4.0.3

File facade replaced wih File helper

Controller route registation recoded

22 Feb 08:54

Choose a tag to compare

v4.0.2

controller route registration recoded

Bug fix

21 Feb 19:10

Choose a tag to compare

v4.0.1

version chaged

New Major Release

21 Feb 18:44

Choose a tag to compare

Controllers have been improved significantly.

Dependencies updated

16 Feb 15:13

Choose a tag to compare

v3.0.3

dependencies updated

Minor Changes

11 Feb 19:42

Choose a tag to compare

v3.0.2

test files reorganized

Version fix

25 Jan 17:11

Choose a tag to compare

v3.0.1

versining changed

Major Update

25 Jan 16:51

Choose a tag to compare

v3.0.0

update guide added

New Way of Extending File Types

23 Jan 18:37

Choose a tag to compare

  • is_basic added to the files to create them in one line. So, it has become easier to add new simple types. No need any extra steps but adding file type to files array with proper settings and is_basic => true
  • Some types' test files have been created under {{ app }} / {{ mod }} folders wrongly. It fixed.