Skip to content

馃懟 Apparition

Latest
Compare
Choose a tag to compare
@mychidarko mychidarko released this 01 Sep 18:14
· 3 commits to main since this release

v1.3.0 - 1 Sep 2023

Added

  • Added auth methods to base controller
  • Added validation methods to base controller
  • Added view methods to base controller
  • Added new config() method to set/get config
  • Added new render() global
  • Added new redirect() global
  • Added new assets() global
  • Added support for autoloading route partials
  • Added autoloading of db capsule to schema
  • Added new types for leaf schema
  • Loaded faker and str on factory init
  • Added initDB to sync leaf db and eloquent
  • Added extensive support for frontend setups

Fixed

  • Patched up database path
  • Patched up root dir referencing

Changed

  • Updated files to match new module versions
  • Merged all config loaders into loadApplicationConfig()
  • Switched from file paths to paths loaded on app init

Removed

  • Removed API controller