Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (36 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 1.31 KB

Changelog

All notable changes to this package will be documented here.

Released 2019-09-12

Added 0.3

  • Add support for Laravel 6.
  • Add database activation (not complete).

Updates 0.3

  • Change how modules are activated with new Activators.

Released 2018-09-27

Added 0.2.1

  • module-views.php in module config directory
  • Method to retrieve view partials from other modules

Bug Fixes 0.2.1

  • Broken tests

Released 2018-07-08

Added 0.2

Updates 0.2

  • Laravel-Modules config to allow definition of a base repository class

Released 2018-07-07

Bug Fixes 0.1.1

  • Fix a typo in the provider stub

Removed 0.1.1

  • Remove the register method from ConsoleServiceProvider

Released 2018-06-15

  • Initial Release