Releases: langleyfoxall/modules-laravel
Releases · langleyfoxall/modules-laravel
1.6.3
- Fix similar
RecursiveDirectoryIterator
issues for Module's delete method
1.6.2
- Fix weird issues with
RecursiveIteratorIterator
throwing errors with RecursiveDirectoryIterator
.
1.6.1
- Add empty line within routes files to stop weird behaviour with visiting a route (content starting with
<?php<?php
.
1.6.0
- Rename facade from
Module.php
to Modules.php
1.5.7
- 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
- Fix CaPtIlIsATioN on filesystems that are silly.
1.5.5
Merge pull request #16 from LFSoftware/remove-route-facade
Remove route facade
1.5.4
- Add resources directory in preparation for webpack or other compilers.