tequilarapido/javascript-blade

v1.2.8 2020-04-16 17:38 UTC

README

内容

安装

您可以使用composer安装此包

$ composer require tequilarapido/javascript-blade

添加到应用提供者

Tequilarapido\JavascriptBlade\JavascriptBladeProvider::class

使用

@javascript('i18n', $translations)

// Produces

<script>
window.App || window.App = {}; App.i18n = '<json encoded translations>';
</script>

变更日志

请参阅 CHANGELOG 了解最近有哪些更改。

测试

$ composer test

安全

如果您发现任何与安全相关的问题,请通过电子邮件:author_email联系,而不是使用问题跟踪器。

贡献

请参阅 CONTRIBUTING 了解详细信息。

鸣谢

许可证

MIT许可证(MIT)。请参阅 许可证文件 了解更多信息。