Skip to content

Releases: leafsphp/aloe

🧱 Mason '4'

23 Sep 11:47

Choose a tag to compare

v4.5.4 - 23 Sep 2025

Fixed

  • Patched up windows command parsing
  • Patch up serve command hanging

🧱 Mason '3'

14 Sep 01:37

Choose a tag to compare

v4.5.3 - 14 Sep 2025

Fixed

  • Redis server only starts if host is local
  • Redis server checks running state before starting

Changed

  • Schema files don't include seeds.data out of the box

🧱 Mason '2'

10 Sep 21:51

Choose a tag to compare

v4.5.2 - 10 Sep 2025

Fixed

  • Automatic DB creation for migrations happens on all connnections, not just the default db

🧱 Mason '1'

08 Aug 23:44

Choose a tag to compare

v4.5.1 - 8 Aug 2025

Fixed

  • Patched up scaffold landing page for default template

🧱 Mason

15 Jul 17:05

Choose a tag to compare

v4.5 - 15 Jul 2025

Added

  • Added support for new FS config
  • Added better db error handling
  • Allow command option chaining on custom commands
  • Add g:route command
  • Add support for hot reload on env change
  • Add env commands
  • Add db:drop command to drop tables
  • Auto-update env with new ports if they're not available

Fixed

  • Added missing mail config
  • Added webhooks to waitlist middleware exclude list
  • Patched up 3rd party postgres config
  • Patched up remote sqlite db auto-creation
  • Patched up postgres db auto-creation
  • Added better error handling on FS operations

Full Changelog: v4.4.1...v4.5

👨‍🏭 Welder '1'

28 Apr 21:41

Choose a tag to compare

v4.4.1 - 28 Apr 2025

Fixed

  • Patched up PHP 7.4 errors
  • Patched up PHP 8.4 warnings and depreactions
  • Updated inconsistent method definitions for PHP 8.4

👨‍🏭 Welder

11 Apr 19:49

Choose a tag to compare

v4.4 - 11 Apr 2025

Added

  • Added scaffold:shadcn command for React Inertia projects

Fixed

  • Added billing webhooks to default ignored URLs on waitlist middleware
  • Passed invite and email from request to register form

👷‍♂️ Surveyor

11 Apr 01:43

Choose a tag to compare

v4.3 - 11 Apr 2025

Added

  • Added waitlist scaffold

Fixed

  • Update app_url with correct port on serve

👨‍🏭 Machinist

07 Apr 20:57

Choose a tag to compare

v4.2 - 7 Apr 2025

Fixed

  • Patched up Vue JS install location

Changed

  • Limited db creation to only localhost and sqlite

👷 Architect '1'

24 Mar 17:21

Choose a tag to compare

v4.1.1 - 24 Mar 2025

Added

  • Added billing config sample for publishing

Fixed

  • Added support for automatic db creation on migrate for sqlite
  • Updated landing page scaffold