Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

camiant's avatar

IMHO, i think that, being an artisan command, a clear message in the terminal (just like when you try to run migrations in production enviroments) which warns you that many of your blade files, controllers, and most of all "routes/web.php" file (I don't remember if "routes/api.php" is touched too) are going to be overwritten, would save hours/days of restoring what could have already been customized on the project.

My opinion: I don't believe that this line in the docs

"These kits automatically scaffold your application with the routes, controllers, and views"

is clear and "protective" enough to prevent huge damages to the code.

Sinnbeck's avatar

@camiant So make a PR suggesting a better description. Or make a PR giving a warning when commands are run.

1 like
sundern's avatar

This happened to me today. I ran it like a mindless moron, and got screwed. I didn't really understand why I got screwed until I searched the internet and found this post. I ran the exact command install breeze and whoala !!! it is all gone. Luckily, This is just learning exercise for me , I can do it all over get more practice out of this..

1 like
Previous

Please or to participate in this conversation.