collision icon indicating copy to clipboard operation
collision copied to clipboard

💥 Collision is a beautiful error reporting tool for command-line applications

Results 37 collision issues
Sort by recently updated
recently updated
newest added

I was running into an issue where an exception was thrown early in the Laravel boot process (routing setup). Unfortunately, for whatever reason, console verbosity (from the artisan command line)...

Hi, I just migrated a project of mine to Laravel 9 and I got a little confused due to error messages during migration. I think this clearification could help some...

If you have multiple independending warnings per Test case, then I think it would be great, if these are printed in multiple lines, instead of being separated by a single...

This is sort of a continuation of https://github.com/pestphp/pest/issues/95. In that issue, the `--compact` option was suggested but later it was implied that perhaps compact be default and we can show...

`static` workflow defines `dependency-version` in `matrix`, but does not use `matrix.dependency-version` internally. Therefore, even the job `PHPStan prefer-lowest` is executed with `--prefer-stable`, as shown in the image below. https://github.com/nunomaduro/collision/runs/5836478682?check_suite_focus=true I...

This package uses `facade/ignition-contracts` as a dependency and it seems like it is abandoned. Why? Because [solutions](https://flareapp.io/docs/solutions/adding-custom-solutions) aren't working, [see this issue](https://github.com/spatie/laravel-ignition/issues/70). There is already a [pull request](https://github.com/facade/ignition-contracts/pull/7), but it...

I know this was rejected in https://github.com/nunomaduro/collision/pull/183 but can I ask this be reconsidered? I have several paths I'd like to exclude to help make the failure output more useful...

Closes #213. Usage: ```php // tests/bootstrap.php (or whatever bootstrap file is configured in phpunit.xml) use NunoMaduro\Collision\Adapters\Phpunit\Style; Style::addIgnoredPath('/vendor\/zenstruck\/assert/'); Style::addIgnoredPath('/vendor\/zenstruck\/browser/'); ``` I removed `@internal` for `NunoMaduro\Collision\Adapters\Phpunit\Style` and marked all public methods (except...

Howdy! Let's imagine that you have a console command in your Laravel application that uses the `Validator` to verify user input. Currently, when the exception is thrown, you get a...