Antonio Ribeiro
Antonio Ribeiro
We have Staging applications (for end-user testing) that we keep the `debug=true` to understand application behaviour when users report bugs. We need debug=true, but also prevent debugbar from leaking anything...
I get this too, basically every time I try to save something on the IDE, but now seems it got worse and PHPStorm is asking me to disable to plugin:...
Hello @GrahamCampbell ! Think about having 4 sites on Forge, plus one local `.env` file, and, yes, we are safe, so they are **not commited to the repository**. Every time...
@GrahamCampbell , I keep hearing this, but the "use case" argument for denying something is not the best for a community as big as PHP or Laravel, because, the bigger...
What do you mean by `\n`, @alexander-akait? This is the "new line" representation for the char(10) on the ASCII table, and this is exactly what I'm doing.
@alexander-akait , Prettier PHP is making all our arrays one liners, we saw changes on files that were not supposed to change, like [this one](https://github.com/laravel/laravel/blob/9.x/app/Models/User.php#L20). But just to make sure...
@miklcct , this is huge, it's broken on PHP 7.4. It was reported 6 months ago, are you planning to fix it?
I believe this what the ["remember me" (Laravel example)](https://laravel.com/docs/8.x/authentication#remembering-users) feature does, nor not? Authenticated user is tied to an encrypted token, stored on a cookie on each device. Any attempt...
Yeah, this is unfortunate I agree, I will try to take a look at it. Thanks for reporting.