Actually I see, I can add dot in paths like
<link rel="stylesheet" href=".{{ elixir("css/app.css") }}">
<script src=".{{ elixir("js/app.js") }}"></script>
and then all will work, but I don't like this kind of fix.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community