Closed nekromoff closed 6 years ago
Actually, the correct solution is to use this blade function:
{{ asset('css/file.css') }}
{{ asset('js/file.js') }}
OK, the incorrect use of URLs seems to be more widespread that I have thought.
You are furthermore incorrectly linking to the AJAX URLs, so they also give 404 and basic functions such as loading members, tags etc. does not seem to be working.
Anyway, although wonderful looking, the software is currently not usable in this state at all.
Resources do not get loaded as they are incorrectly pointing to 404 non-existing files.
in
/resources/views/layouts/master.blade.php
: there are incorrect URLs used:These should be relative to the
public
directory instead of being relative to the root directory.Once the opening slash
/
is removed, everything loads fine.This also applies for all other JS files linked in
master.blade.php
.