Skip to content

Releases: langleyfoxall/modules-laravel

1.6.4

03 Sep 09:54
33d0787
Compare
Choose a tag to compare
  • Fix ModelTemplate

1.6.3

29 Jun 12:07
97eea76
Compare
Choose a tag to compare
  • Fix similar RecursiveDirectoryIterator issues for Module's delete method

1.6.2

29 Jun 10:54
9f938db
Compare
Choose a tag to compare
  • Fix weird issues with RecursiveIteratorIterator throwing errors with RecursiveDirectoryIterator.

1.6.1

27 Jun 12:21
0b98ffd
Compare
Choose a tag to compare
  • Add empty line within routes files to stop weird behaviour with visiting a route (content starting with <?php<?php.

1.6.0

22 Jun 12:46
7274c07
Compare
Choose a tag to compare
  • Rename facade from Module.php to Modules.php

1.5.8

22 Jun 12:27
d5d14ea
Compare
Choose a tag to compare
  • Add PHP doc to facade

1.5.7

21 Jun 15:04
b749f19
Compare
Choose a tag to compare
  • Add editable config class method
  • Tidy up config class __call

Config::editable should be used to highlight which models can be edited by the user, or which models a permission based library should look at.

1.5.6

21 Jun 10:06
27d9d39
Compare
Choose a tag to compare
  • Fix CaPtIlIsATioN on filesystems that are silly.

1.5.5

20 Jun 15:01
bc94fd3
Compare
Choose a tag to compare
Merge pull request #16 from LFSoftware/remove-route-facade

Remove route facade

1.5.4

16 Jun 10:16
fc4541d
Compare
Choose a tag to compare
  • Add resources directory in preparation for webpack or other compilers.