![]() |
I'm not sure why it's trying to load default_method() but your routes are weird. You have 2 upload and 2 view_image route? How do you expect this to work?
PHP Code: $routes->match(['get', 'post'], 'upload', 'Images\Gallery::upload', ['as' => 'upload_image']); |
Welcome Guest, Not a member yet? Register Sign In |