Stefano Kowalke
Stefano Kowalke
The best practice is here: It depends on the context. Your examples from Laravel UI describe different things. The controller is singular because it handles the resetting of a password,...
Do you have any particular best practice in mind you need an explanation for?
The best practices should help you to reduce the *in-mind-programming* and make your code so clear, that you and others can *read* it as is would be englisch language. Taking...
I expect that it does check for existing events and does not import them again. A common scenario: I have an event in the morning in my calendar, I click...
Hi @Pierozi, I can not promise, but will try to have a look to your patch. Meanwhile you can add the url of your fork to your composer.json. Composer will...
May I ask you to provide a UnitTest which reflect your initial issue and shows how your patch fix this. Thanks!
Hi @anyt, this is the repeating error in the log: ``` [2019-01-28 15:13:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\BadRequestHttpException: "The request has both a trusted "FORWARDED" header and a trusted "X_FORWARDED_PORT"...
Hi @anyt, I talked with my hoster. They say that the server setup is not responsible for the headers at all and suggested to configure it in the app. A...
Do you speak german? Then have a look at http://www.phphatesme.com/blog/tools/php_beautifier-eigene-filter-schreiben/ Othewise drop a note and I will translate this for you.
I found a fork at https://github.com/jespino/PHP_Beautifier which this feature implements. Check out the whitespaces branch. It will not really keep all new lines but shrink more than one newlines into...