beyondcode / dusk-dashboard

A beautiful dashboard for your Laravel Dusk tests
https://pociot.dev/8-introducing-laravel-dusk-dashboard
MIT License
558 stars 62 forks source link

No images #19

Closed huenisys closed 8 months ago

huenisys commented 5 years ago

I'm getting no images shown. I'm using mix() to show the assets, maybe that's why

goper-leo commented 5 years ago

Me too I'm using mix('assets_path') instead of urlor asset. How to solve this? thanks

dbpolito commented 5 years ago

url(mix('assets_path')) did the trick to me, it will show absolute instead of relative, but not a very fancy solution.