igaster / laravel-theme

Theme support for Laravel
MIT License
520 stars 112 forks source link

Temp fix for asset-path being a url #118

Closed HavilahOG closed 5 years ago

HavilahOG commented 5 years ago

https://github.com/igaster/laravel-theme/wiki/3.-Build-your-views#parametric-filenames Doesn't seem to work if the asset-path of a theme is a url, the return seems to be sent too early

igaster commented 5 years ago

This would recursively try to lookup parent folders through http... This should be avoided...

Maybe the correct position is this one: https://github.com/igaster/laravel-theme/pull/118/commits/b0d733c89dca628b9ff1803d9b89b1586ecd3901#diff-a47a70dc4b216e7e54d4345e5e21b7e7L73