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

Adgower's avatar
Level 14

Laravel Breeze Vue - why bundle.js

In the stubs: https://github.com/laravel/breeze/blob/82e3a88b9e1940156d1a7c6f4f21057bc0788c08/stubs/inertia-common/resources/views/app.blade.php

@env ('local')
            <script src="https://localhost:8080/js/bundle.js"></script>
        @endenv

Every time I setup a new project, and run it in network/console tabs it shows that it can't be found, and when I look there is no bundle.js. Why is this included in the app.blade.php?

0 likes
2 replies

Please or to participate in this conversation.