【发布时间】:2015-09-23 15:30:57
【问题描述】:
我正在使用带有 laravel 的 Flash 消息向用户显示通知。
我想在我的消息中包含html 标签。
例如:Flash::overlay('Votre compte n’est pas encore activé.<a href="link_to_activation">activate</a>');
【问题讨论】:
-
你有什么问题?您能否阅读stackoverflow.com/help/how-to-ask 并更新您的问题
-
我想给 flash 消息添加 html 标签。 Html 标签被转义。
标签: php html laravel html-safe