Marius Karstedt
Marius Karstedt
Hello, i tried to translate your issue, but google translate doesn't translate your text well. I would need more information. If you don't need help anymore, please close your issue....
Hey, I currently have the same issue when reading the exif data with `exif_read_data()`. When looking into the returned exif data, `\u0000` is added to the end of all date...
Seems to be related to #174.
Hey, can you explain your goal a little bit more? I can recieve the current url using: ``` \Pecee\SimpleRouter\SimpleRouter::get('/article/33', function(){ var_dump(\Pecee\SimpleRouter\SimpleRouter::request()->getUrl()->getAbsoluteUrl()); }); ``` You can also name the routes and...
Hello, I do not see an error directly. Can you show me the request body in the network tab of the browser so that I can reconstruct everything? Also maybe...
Hey, I will take a closer look at your issue tomorrow. You can find the input handling in the documentation under input & parameters, I think. This would be the...
Great! This project is no longer maintained. When you want PHP 8.x support, input validation etc. check out my fork https://github.com/DeveloperMarius/simple-php-router It has a few breaking changes but all pull...
Hey, I replyed to your question. I give my best to be up to date with the issues but I cannot always reply quickly. ~ Marius
Hey, I would love a `allow` method to check if an element is draggable or not, similar to dragulas `moves` method. ~ Marius
Hey, this project is currently not supported for php 8. My [fork](https://github.com/skipperbent/simple-php-router) has a php 8.1 branch. Warning: There are a lot of undocumented breaking changes to the InputHandler. I...