laravel-vue-spa icon indicating copy to clipboard operation
laravel-vue-spa copied to clipboard

laravel mix. Incorrect route (404)

Open jjmontalban opened this issue 5 years ago • 0 comments
trafficstars

Hi

When I compile with npm run watch and load app in Js console appear this error:

image

image

I can solve changing:

<script src="{{ mix('js/app.js') }}"></script>

for

<script type="text/javascript" src="{{ asset('public/js/app.js') }}"></script>

in resource/view/app.blade.php

But I want to use Laravel Mix sessions

How Can I solve it?

best regards

jjmontalban avatar Apr 26 '20 08:04 jjmontalban