Commit 45ec3af
fix: replace APP_DEBUG with environment-based gating
Replace the APP_DEBUG check with environment-based gating to fix issue
where boost:install command is unavailable when debug=false.
The package now only enables in 'local' and 'testing' environments,
which is more appropriate for a dev package and aligns with how other
Laravel dev tools handle environment gating.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 71b558f commit 45ec3af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments