-
Sorry if missed this in the docs but just needed help showing an image in say a tool bar. <img class="h-8 w-auto" src="/logo.png" alt="Test" /> and the file is in Any link to the docs to help with this would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
simonhamp
May 2, 2024
Replies: 1 comment
-
All files in your app get copied over and bundled into the build. When the app shell starts serving your Laravel app, everything should be accessible as it is normally. You shouldn't need to do anything special to those assets. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
simonhamp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All files in your app get copied over and bundled into the build. When the app shell starts serving your Laravel app, everything should be accessible as it is normally. You shouldn't need to do anything special to those assets.