Pablo Pazos Gutiérrez
Pablo Pazos Gutiérrez
In normal input type=number the arrows work to change the values, I think this would be a good addition.
I have a host with a website on the root path and an app on a folder. Need routes to work on the folder (not root in the server), but...
get, post, any are allowed methods, still if you do Macaw::lol(); it will work without complaining and you might get strange behaviors. So if you miss one character, like Macaw::ge()...
It seems there should be a function map() that when called statically adds items to $maps, but that is not documented. So not sure $maps is even used for something....
Here https://github.com/noahbuscher/macaw/blob/master/Macaw.php#L135 There should be a: ``` if (!class_exists($segments[0])) { // error } ```
There is the halts option in Macaw that for default is false. That means that even if a match is found, Macaw continues trying to match the current uri with...
On this line https://github.com/noahbuscher/macaw/blob/master/Macaw.php#L126 Macaw is splitting the callback for controllers that have this form "\controllers\ControllerX@action" using "/" which is a character that doesn't appear in controller based callbacks. So...
The docs say if any errors occur, those should be reported in the response body, but if the server fails and can't actually create a response, then the JS can't...