Brandon Surowiec

Results 6 comments of Brandon Surowiec

A safer workaround is to restrict the PSR7 package version in `composer.json` with `"guzzlehttp/psr7": "^1.8",` Editing the vendor file is a temporary fix that will be lost as soon as...

Until the PR is merged, use `composer require laravel/helpers` to pull in all the deprecated helpers to make everything work again.

@jcherrabi I can confirm this bug. If you fail a log in and then do a successful login right after, the successful log in doesn't get recorded. The workaround is...

Just a quick tip, you can install Laravel Pint globally `composer global require laravel/pint` and run `pint` in your root directory in the CLI to have most of the formatting...

I have the same exact issues on Windows 7, running Laravel Homestead for my sites locally. (This was a Laravel 5.8.23 project.)

Looks like the laravel/framework repo does some detecting of whether it is windows or not when choosing to append `/dev/null`: https://github.com/laravel/framework/search?q=%2Fdev%2Fnull&unscoped_q=%2Fdev%2Fnull Seems like doing the null output suppresses the following...