Skip to content

Releases: gfmois/pickles-framework

v.0.1.0

24 May 16:32

Choose a tag to compare

Release Notes

[v.0.1.0] - 2025-05-24

Added

  • Initial release of the Pickles Framework project.
  • Modular service provider architecture for extensibility.
  • MVC structure: Controllers, Models, Views.
  • Built-in authentication: login, registration, session management.
  • Database migration system and example migration for users table.
  • Environment-based configuration via .env file.
  • CLI utilities for development and management (pickles.php).
  • Example routes and controllers for authentication.
  • Basic view templates and layouts.

Changed

  • N/A

Fixed

  • N/A

For more details, see the README.md and source code.

Full Changelog: https://github.com/gfmois/pickles-framework/commits/v.0.1.0