Skip to content

🎻 Vivaldi

Choose a tag to compare

@mychidarko mychidarko released this 12 Dec 16:05
· 8 commits to v3.x since this release

v3.8 - 12 Dec 2024

Added

  • Added option to safely delete all unused directories
  • Added option to safely delete all default config files

Fixed

  • Patched up CSRF init
  • Added checks before CSRF init on forms
  • Patched up app/mail directory to app/mailers
  • Patched up user model fillables by @screenfluent

Changed

  • Moved router controller init away from app
  • Console commands are now autoloaded from the app/console directory
  • Removed lib folder but can be restored with php leaf config:lib
  • Commands from external libraries should be registered through loadConsole() instead of $command->register()
  • Removed helpers folder from default installation and can be safely recreated.
  • Added fixed version constraints
  • Updated helper comments to get you started faster