Tim Riedl

Results 49 comments of Tim Riedl

Why should this be implemented? Any special use or something? 🤔

Mh. I actually never thought about this, but it makes perfectly sense. Thanks 👍 LGTM this PR

Apparently no. You can either extend Bramus and inpmement a getter method yourself (getAfterRoutes or something), or you can make a pull request. Maybe you could add a specific usecase...

https://github.com/bramus/router/pull/163#issuecomment-968303768

No, these parameters are only for dynamic routes. If you need to specify any variables or constants, please do that within your method or instance. If you can tell me,...

No, not implemented yet, but you are welcome to contribute it 🙂 Hint: https://github.com/bramus/router/blob/master/src/Bramus/Router/Router.php#L353

Please do not send JavaScript files via the router! Configure a public folder on your server where you can store static files. If the request fails or the index file...

@kktsvetkov Normally you do not generate Javascript via PHP and even if you would because you create a Javascript generator website, than it would be possible to name it just...

> In PHP, you suppress errors and warning for production with error_reporting([integer]) in the header of your bootstrap or index page and show for development. It's helpful while migrating a...

Linked to https://github.com/aadsm/jsmediatags/issues/75