Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codeigniter4
/
CodeIgniter4
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
6k
Code
Issues
22
Pull requests
12
Actions
Security and quality
17
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: add
FormRequest
for encapsulating validation and authorization
- #10087
#10087
Merged
michalsn
merged 15 commits into
codeigniter4:4.8
codeigniter4/CodeIgniter4:4.8
from
michalsn:feat/form-request
michalsn/CodeIgniter4:feat/form-request
Copy head branch name to clipboard
Apr 20, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat: add
FormRequest
for encapsulating validation and authorization
#10087
michalsn
merged 15 commits into
codeigniter4:4.8
codeigniter4/CodeIgniter4:4.8
from
michalsn:feat/form-request
michalsn/CodeIgniter4:feat/form-request
Copy head branch name to clipboard
Commits
Commits on Apr 17, 2026
feat: add FormRequest for encapsulating validation and authorization
michalsn
committed
c0f5ebc
View commit details
Copy full SHA for c0f5ebc
Browse repository at this point
fix tests
michalsn
committed
eee73cf
View commit details
Copy full SHA for eee73cf
Browse repository at this point
apply code suggestions
Show description for d4b0fe2
michalsn
and
paulbalandan
committed
d4b0fe2
View commit details
Copy full SHA for d4b0fe2
Browse repository at this point
replace FormRequest magic field access with explicit validated accessors
michalsn
committed
ac64198
View commit details
Copy full SHA for ac64198
Browse repository at this point
add resetServices() in the tearDown() method
michalsn
committed
038019f
View commit details
Copy full SHA for 038019f
Browse repository at this point
return proper exit code in FormRequestGenerator
michalsn
committed
a3f5440
View commit details
Copy full SHA for a3f5440
Browse repository at this point
phpstan baseline update
michalsn
committed
a7d3d06
View commit details
Copy full SHA for a7d3d06
Browse repository at this point
remove internal doc block
michalsn
committed
53be314
View commit details
Copy full SHA for 53be314
Browse repository at this point
add tests for formrequest generator
michalsn
committed
c7b87bc
View commit details
Copy full SHA for c7b87bc
Browse repository at this point
add a check for the request instance in FormRequest
michalsn
committed
6bc7ece
View commit details
Copy full SHA for 6bc7ece
Browse repository at this point
rector fix
michalsn
committed
d676085
View commit details
Copy full SHA for d676085
Browse repository at this point
fix FormRequest contructor
michalsn
committed
6bf52b1
View commit details
Copy full SHA for 6bf52b1
Browse repository at this point
fix: support variadic FormRequest auto-routes and closure benchmark cleanup
michalsn
committed
26d6898
View commit details
Copy full SHA for 26d6898
Browse repository at this point
Commits on Apr 18, 2026
refactor: share callable param classification between router and dispatcher
michalsn
committed
c49b473
View commit details
Copy full SHA for c49b473
Browse repository at this point
mark FormRequest::getFormRequestClass() as final
michalsn
committed
d2717ad
View commit details
Copy full SHA for d2717ad
Browse repository at this point
You can’t perform that action at this time.