We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
When I compile with npm run watch and load app in Js console appear this error:
npm run watch
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
resource/view/app.blade.php
But I want to use Laravel Mix sessions
How Can I solve it?
best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
When I compile with
npm run watch
and load app in Js console appear this error: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
The text was updated successfully, but these errors were encountered: