Releases: gfmois/pickles-framework
Releases · gfmois/pickles-framework
v.0.1.0
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
.envfile. - 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