CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
491 stars 53 forks source link

image_tag Not working (using Laravel 4.2 ) #203

Open MonrealRyan opened 9 years ago

MonrealRyan commented 9 years ago

This is my code <?= image_tag('profile.png', ['alt' => 'profile piture', 'class' => 'profile-img']) ?>

but once i reload the page it always return a broken image.

Hope for response.. thank alot