January 2023

1 post found

ROUTE DEBUG INFORMATION
Route Pattern: ~^/archive/(?<month>\d{2})/(?<year>\d{4})$~i
Matched Route: archive
Request URI: /archive/01/2023
Controller: ArchiveController@index
User Role: None
Request Method: GET
Captured Parameters:
[0] => '/archive/01/2023'
'month' => '01'
[1] => '01'
'year' => '2023'
[2] => '2023'
Execution Time: 0.0069 seconds