Level 29
Which steps did you exactly take when deploying ?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I made a project and used following line to attach resources.
@vite(['resources/css/app.css', 'resources/js/app.js'])
And to show logo I wrote this in the src attribute of img.
{{ Vite::asset('resources/images/logo.svg') }}
Next, I ran npm run build command and deployed to my GoDaddy server. However, CSS and logo are not loaded.
Please or to participate in this conversation.