Skip to content

Conversation

@andreilungeanu
Copy link
Contributor

@andreilungeanu andreilungeanu commented Aug 22, 2025

Summary

Fixes a bug where php artisan boost:install creates an unwanted "null" file in the project root on Windows systems.

Description

The Windows command for detecting Claude Code installation incorrectly uses 2>null instead of 2>nul, causing Windows to create a physical file named "null" in the project directory instead of redirecting stderr to the null device.
Windows uses nul (one 'l') as the null device, not null (two 'l's).

Fix #119 #106

Copy link
Member

@pushpak1300 pushpak1300 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@ashleyhindle ashleyhindle merged commit 5bec5ad into laravel:main Aug 27, 2025
11 checks passed
@ashleyhindle
Copy link
Collaborator

Nice catch @andreilungeanu, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

null file created on install

3 participants