Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 496 Bytes

File metadata and controls

23 lines (17 loc) · 496 Bytes

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Added

  • Initial framework structure
  • Artisan CLI tool
  • Authentication system
  • File system abstraction
  • Routing system
  • Validation system
  • View system
  • Testing infrastructure

Changed

  • Framework reorganization from application-specific code to pure framework

Removed

  • Application-specific code (moved to separate repository)
  • Stock management system (application-specific)