You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
It's simple as hell, it's the author's mistake. Webpack build the js file in the global JS directory, not in the backend/js folder.
You need to change the path in the .blade templates attribute/edit.blade and product/edit.blade.
Replace the line:
src="{{ asset('backend/js/app.js') }}"
with this one:
src="{{ asset('js/app.js') }}"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: