Related to this? https://github.com/laravel/laravel/pull/6778
Apr 28, 2026
5
Level 63
No bootstrap.js file anymore in fresh laravel installations ?
Hello,
I notice that there is no bootstrap.js file generated in fresh laravel installation any more.
Furthermore the app.js is now totally empty.
Do you know if there is any reasons to this ?
V
Level 30
You see no bootstrap.js and empty app.js because these files are absent/empty in laravel/laravel repository which is cloned to you every time you install new Laravel app.
The reason why these files were changed in the repository are described by the link I provided.
Something tells me it is related to some Axios vulnerabilities recently discovered.
Sorry maybe I don't fully understand the question...
1 like
Please or to participate in this conversation.