bramus / router

A lightweight and simple object oriented PHP Router
MIT License
1.09k stars 245 forks source link

Warning: Undefined array key "GET" in C:\xampp\htdocs\vendor\bramus\router\src\Bramus\Router\Router.php on line 292 #175

Closed oskarniziol closed 2 years ago

oskarniziol commented 2 years ago

Warning: Undefined array key "GET" in C:\xampp\htdocs\vendor\bramus\router\src\Bramus\Router\Router.php on line 292

uvulpos commented 2 years ago

Could you please give me some more context to solve this problem? Can you show me your implementation of your 404 handler? How did you execute your request? Have you checked the documentation? Which version of php and of the router do you use?