vincent15000's avatar

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

0 likes
5 replies
vincent15000's avatar

No ... related to what I see when I install a fresh Laravel application.

Glukinho's avatar
Glukinho
Best Answer
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.