Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

laravel mix. Incorrect route (404) #19

Open
jjmontalban opened this issue Apr 26, 2020 · 0 comments
Open

laravel mix. Incorrect route (404) #19

jjmontalban opened this issue Apr 26, 2020 · 0 comments

Comments

@jjmontalban
Copy link

jjmontalban commented Apr 26, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant