pingpong-labs / modules

Laravel 5 Modules
https://pingpong-labs.github.io/docs/modules.html
BSD 3-Clause "New" or "Revised" License
576 stars 151 forks source link

Add backslash in str_replace #235

Open TheLand opened 8 years ago

TheLand commented 8 years ago

Hi all,

In my case asset function, when used, it adds a wrong "\" (backslash) in the path.

Adding .'\' it works, it's correct? If i'm wrong, could you explain me what can be my error?

Thanks.