Added nested view component support (#34)
Added support for custom validation error messages (#33)
Add support for custom validation error messages (#31)
Update .gitignore
Updated `unique` rule
Updated Rule Messages
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Add license comments to new files (#27)
Added new string methods
Added a few new PP directive
Add FormRequest class (#25)
Add proper docblocks
Update README.md
Update and rename php.yml to build.yml
Update README.md
Update README.md
Update README.md
Update README.md
Move common methods to base App class
Added View Component Support (#24)
Merge branch 'main' of https://github.com/onesoft-sudo/invention-framework
Update DI strategy (#20)
Update TODO
Add proper docblocks
Improved app component binding and DI strategy
Update docblocks
Fixed unsafe session data usage
Updated models & policies
Update Collection and Model Iteration and Array access strategy
Implement policies (#16)
Added a few more query builder methods (#11)
Updated the validator class
Added sanitization support in validator
Added new validation rule for image file checking
Create NOTICE
Fix LICENSE
Update license comments
Update README.md
Added advanced validation support (#13)
Update and rename php8.0.yml to php.yml
Delete php8.1.yml
Add TODO
Added new methods to Query Builder
Update README.md
Update README.md
Create CODE_OF_CONDUCT.md
Update CODE_OF_CONDUCT.md
Added a bunch of new methods in Query Builder (#10)
Update README.md
Update README.md
Update README.md
Added route-model binding support in controller actions (#9)
Update ChangeLog.md
Added route-model binding support in controller actions (#2)
Merge pull request #8 from onesoft-sudo/hotfixes/license-notice-comments
Fix codefactor issues
Add license notice comments
Update .gitignore and .editorconfig
Small fixes
Removed unneeded files
Fix failling tests
Fix failling tests
Fix failling tests
Fix failling tests
Fix failling tests
Fix failling tests
Update README.md
Update README.md
Create THANKS.md
Update .gitignore
Add API controller action tests
Added elapsed_time() function
Create PULL_REQUEST_TEMPLATE.md
Merge branch 'main' of https://github.com/onesoft-sudo/invention-framework
Added Rate Limiting Support
Fix test suite issues
Improved Rate Limiting Strategy
Update README.md
Remove unneeded use statements
Fix line endings
Update README.md
Update ChangeLog.md
Update php.yml
Update php.yml
Added new feature: logging (#5)
Update ChangeLog.md
Update README.md
Update php.yml
Create SECURITY.md
Update README.md
Use osn/envoy instead of vlucas/phpdotenv