Skip to content

Releases: leafsphp/mvc-core

๐Ÿ”ฅ RD-108

30 May 11:18

Choose a tag to compare

v4.8 - 30 May 2026

Added

  • Added auto-init of Leaf lingo for language support features
  • Added auto-init for Leaf Sitemap
  • Added auto-init for Craftly CMS

Fixed

  • Use random generated APP_KEY as default auth token secret to fix secret not long enough default error by @mychidarko
  • Patched up docs and links by @MischaKr
  • Updated env loading and windows support for serve command by @srcarvalho12
  • Patched up serve command failing on Mac & Linux by @mychidarko

๐Ÿš€ BE-4 '1'

15 Nov 14:28

Choose a tag to compare

v4.7.1 - 15 Nov 2025

Fixed

  • Patched up incorrect parsing of serve command

๐Ÿš€ BE-4

15 Nov 13:51

Choose a tag to compare

v4.7 - 15 Nov 2025

Added

  • Added support for automatic service injection in controllers

Fixed

  • Patched up exit code for console errors

Changed

  • Moved schema to leafs/schema module (no changes needed)
  • Merged leafs/aloe into core module (no changes needed)

Removed

  • Removed aloe command loading (requires switching to sprout)

๐Ÿš€ Vinci '1'

19 Sep 00:17

Choose a tag to compare

v4.6.1 - 19 Sep 2025

Added

  • Added env loader with hard reload in dev

Fixed

  • Automatically initialize logging when logger module is installed

๐Ÿš€ Vinci

14 Sep 01:43

Choose a tag to compare

v4.6 - 14 Sep 2025

Added

  • Added support for in-model seeders
  • Added faker() global
  • Added base seeder method to models

โš™๏ธ Vulcain '1'

10 Sep 21:48

Choose a tag to compare

v4.5.1 - 10 Sep 2025

Added

  • Allow extracting db connection from schema files

โš™๏ธ Vulcain

04 Sep 15:12

Choose a tag to compare

v4.5 - 4 Sep 2025

Added

  • Added support for queue schedule config

๐Ÿš€ Archimedes '1'

08 Aug 23:49

Choose a tag to compare

v4.4.1 - 8 Aug 2025

Fixed

  • Made logger optional

๐Ÿš€ Archimedes

17 Jul 16:58
eb89128

Choose a tag to compare

v4.4 - 17 Jul 2025

Added

  • Added support for REDIS_SESSION env
  • Auto connect to s3 compatible buckets if defined in env
  • Add support for s3 drop-in extension
  • Add support for schema seed options with multiple values by @mmagdiel
  • Add multi-db support on schema files
  • Add db:drop support

Fixed

  • Added more verbose error handling in dev mode
  • Patch up truncated table names
  • Fix automatic schema diffs on model relationships
  • Patched up schema options on column diffs
  • Patched up column default value false being ignored

Changed

  • Setup leaf before loading MVC config in process by @mychidarko

๐Ÿš€ Merlin

28 Apr 21:33
c9e15c9

Choose a tag to compare

v4.3 - 28 Apr 2025

Fixed

  • Patched up PHP 7.4 issues
  • Patched up PHP 8.4 deprecations and warnings

Changed

  • Added new dependencies for all supported PHP versions