I realize that when i start my path with "/" it seems to start me off at the public folder.
So I got the background image working, but I'm still wondering if this is the right way to point to things
For example, in my link tag, should I be doing href="/css/style.css" or is there a better way in L5? I see some ppl using HTML::asset. I saw in the official doc you can use asset().
@mk10shun That is how I would do it as all your assets should/would usually be in the public directory, so by using "/images/image_name.png" or whatever, then that would work fine (presuming you have an images directory within the public directory).