laravel-share: Not working with me??
I did everything like described in the doc but not working in the end it shows only
<div id="social-links"><ul>laravel-share::laravel-share-fa4.facebooklaravel-share::laravel-share-fa4.twitterlaravel-share::laravel-share-fa4.gpluslaravel-share::laravel-share-fa4.linkedin</ul></div>
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 18 (7 by maintainers)
Late, I’m afraid, but I found this very same problem and it was a silly one. Package takes HTML from lang file at resources/lang/vendor/laravel-share/en… If your locale is not ‘en’ it will show the very same code johnef wrote down. Just duplicate the ‘en’ folder, rename it to your current(s) locale(s) and you are good to go.
https://laravel.com/docs/5.6/blade#displaying-data
Make sure to use
{!! ... !!}
instead of{{ ... }}