Skip to content

Releases: mnabialek/laravel-modular

Add support for Laravel 5.4

24 Jan 17:18
Compare
Choose a tag to compare
v0.2.6

Add support for Laravel 5.4

Fix in loading routes

10 Oct 19:13
Compare
Choose a tag to compare

Fix in loading routes with single route files

Fix in loading factories

22 Sep 17:36
Compare
Choose a tag to compare

Fix in loading factories

Fixes and improvements

04 Sep 18:40
Compare
Choose a tag to compare
  • fix using absolute paths to verify whether files exists
  • use require instead of require_once to allow usage in PhpUnit tests
  • fix in loading factories

Fix creating migrations

01 Sep 14:01
Compare
Choose a tag to compare

Fixed invalid path for created migrations

Fix invalid route prefix usage

30 Aug 18:05
Compare
Choose a tag to compare

Fixed bug in loading routes

Code rewrite and optimization for Laravel 5.3

24 Aug 11:20
Compare
Choose a tag to compare
  • complete code rewrite
  • added unit tests
  • using explicit module names (exact they were typed, case sensitive)
  • optimization for Laravel 5.3 (easier installation and using migrations from custom paths)
  • removed module:migrate command
  • allow to use multiple routes for module
  • change package name from mnabialek/laravel-simple-modules to mnabialek/laravel-modular
  • updated documentation with extra details about modules settings
  • fixed publishing stubs files into invalid directory when config file does not exist yet

Fix - merging default config and change package name

11 Aug 17:57
Compare
Choose a tag to compare

List of changes:

  • updated package name
  • fixed publishing files when config is not yet created or doesn't contain all the settings

Initial public release

21 Apr 16:45
Compare
Choose a tag to compare

Initial public release. Allow to divide Laravel application into multiple modules to manage each modules separately.