Releases: codefyphp/codefy
Releases · codefyphp/codefy
v2.1.5
v2.1.3
- Added ApplicationBuilder class
- Updated RegisterProviders class
- Added Kernel interface for ConsoleKernel
Full Changelog: v2.1.2...v2.1.3
v2.1.2
- fixed truthy check for env variable in Application.php
- updated singleton method in Application.php
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Fixed application base path discovery.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Preparing for version 3.
Full Changelog: v2.0.9...v2.1.0
v2.0.6
- fixed config keys for Auth
v2.0.5
- fixed default database prefix
v2.0.4
Updated PdoServiceProvider
to run via the console.
v2.0.3
Features
- Role-Based Access Control (RBAC)
- Added authentication and authorization system
Enhancements
- Updated
Password
class withverify
method - Used code beautifier
v2.0.2
Fixed the redirect method in the BaseController
.