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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
codeigniter4
/
CodeIgniter4
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
6k
Code
Issues
25
Pull requests
14
Actions
Security and quality
17
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
refactor: [Router] extract a class for auto-routing
- #5877
#5877
Merged
kenjis
merged 18 commits into
codeigniter4:develop
codeigniter4/CodeIgniter4:develop
from
kenjis:refactor-router
kenjis/CodeIgniter4:refactor-router
Copy head branch name to clipboard
Apr 20, 2022
Conversation
Commits
18
(18)
Checks
Files changed
Merged
refactor: [Router] extract a class for auto-routing
#5877
kenjis
merged 18 commits into
codeigniter4:develop
codeigniter4/CodeIgniter4:develop
from
kenjis:refactor-router
kenjis/CodeIgniter4:refactor-router
Copy head branch name to clipboard
Commits
Commits on Apr 20, 2022
docs: update PHPDocs
kenjis
committed
fbfc4bb
View commit details
Copy full SHA for fbfc4bb
Browse repository at this point
docs: add comments
kenjis
committed
1004321
View commit details
Copy full SHA for 1004321
Browse repository at this point
refactor: move property initialization to constructor
kenjis
committed
56781cb
View commit details
Copy full SHA for 56781cb
Browse repository at this point
refactor: extract AutoRouter class
kenjis
committed
0b505c6
View commit details
Copy full SHA for 0b505c6
Browse repository at this point
style: break long lines
kenjis
committed
eabb12c
View commit details
Copy full SHA for eabb12c
Browse repository at this point
refactor: remove uneeded `=== true`
Show description for 43e11ba
kenjis
and
mostafakhudair
committed
43e11ba
View commit details
Copy full SHA for 43e11ba
Browse repository at this point
feat: add RouteCollection::getRegisteredControllers()
kenjis
committed
dc912e0
View commit details
Copy full SHA for dc912e0
Browse repository at this point
fix: can access controller by auto-routing when adding cli route with placeholder as a method
Show description for c8169d6
kenjis
committed
c8169d6
View commit details
Copy full SHA for c8169d6
Browse repository at this point
docs: remove @deprecated
Show description for 0e42760
kenjis
committed
0e42760
View commit details
Copy full SHA for 0e42760
Browse repository at this point
refactor: add property type
kenjis
committed
98cc70c
View commit details
Copy full SHA for 98cc70c
Browse repository at this point
refactor: instantiate AutoRouter only when auto routing is enabled
kenjis
committed
74a0364
View commit details
Copy full SHA for 74a0364
Browse repository at this point
refactor: remove unneeded $this->params
kenjis
committed
a98bde1
View commit details
Copy full SHA for a98bde1
Browse repository at this point
refactor: run rector and php-cs-fixer
kenjis
committed
2c331f5
View commit details
Copy full SHA for 2c331f5
Browse repository at this point
test: make Event simulate false in FeatureTestTraitTest tearDown()
Show description for 000c115
kenjis
committed
000c115
View commit details
Copy full SHA for 000c115
Browse repository at this point
test: fix MigrationRunnerTest
kenjis
committed
1ad510b
View commit details
Copy full SHA for 1ad510b
Browse repository at this point
docs: improve doc comment
Show description for 72ef968
kenjis
and
paulbalandan
committed
72ef968
View commit details
Copy full SHA for 72ef968
Browse repository at this point
refactor: remove unused variable
kenjis
committed
d899e0b
View commit details
Copy full SHA for d899e0b
Browse repository at this point
docs: add changelog
kenjis
committed
3b405ad
View commit details
Copy full SHA for 3b405ad
Browse repository at this point
You can’t perform that action at this time.