Skip to content

✈️ Hughes H-4 Hercules

Latest
Compare
Choose a tag to compare
@mychidarko mychidarko released this 09 Mar 00:35

v4.0 - 9 Mar 2025

image

Added

  • New lean folder structure
  • Added support for Schema files
  • Added more automatic setup for modules
  • Added new db, scaffold and generator commands
  • Automatically load commands from Leaf modules
  • Automatically handle redis, vite, queues when detected
  • Add first-class support for React, Vue, Svelte, Alpine and Tailwind

Fixed

  • Replaced view engine layer with more dynamic rewrite
  • Pointed console to project root for path resolution

Changed

  • Replaced migrations, seeders, and factories with Schema files
  • Switched to new blade API
  • Updated helper comments to get you started faster
  • Switched Leaf modules to an opt-in structure
  • Hide all internal config from users
  • Updated base routes to use new view and inertia routes
  • Update all boilerplate code

Removed

  • Vite setup removed from default setup
  • Removed config directory from default setup
  • Moved all module init and setup to MVC core