Trying to load css and js from theme directory #52
Unanswered
it-werxdotca
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to load css and js with the app.layout file then pass it on to the child blade files that live in pages/blog/single-post.blade.php
I see that there is no class to handle this situation.
<link rel="stylesheet" href="{{ asset('themes/active-theme/views/css/bootstrap.min.css') }}">
Does not work as documentation suggests that it will.
Beta Was this translation helpful? Give feedback.
All reactions