laravolt / semantic-form

[READ ONLY] Semantic-UI form helper
https://laravolt.dev
MIT License
52 stars 10 forks source link

Laravel 5.3 Issue Getting Installed #3

Closed stevemacleod closed 8 years ago

stevemacleod commented 8 years ago

Hi Im running LV 5.3. I've installed the library OK and added the code to render the HTML to the view. However I am seeing the HTML being rendered on the page, rather than seeing any widgets rendered in the browser.

uyab commented 8 years ago

You should use blade {!! !!} syntax.

stevemacleod commented 8 years ago

Thanks!