nexa-merchant / googletagmanager
GoogleTagManager 应用
dev-main
2024-08-20 06:23 UTC
Requires
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0
Requires (Dev)
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0
- phpunit/phpcov: >=6.0
- phpunit/phpunit: >=8.0
Suggests
- laravel/framework: The Laravel Framework.
- phpunit/phpcov: The PHP Unit Code Coverage Framework.
- phpunit/phpunit: The PHP Unit Testing Framework.
- xxl4/nexamerchant: The Nexa Merchant Core Package.
This package is auto-updated.
Last update: 2024-09-20 06:31:59 UTC
README
如何安装
NexaMerchant\GoogleTagManager\Providers\GoogleTagManagerServiceProvider::class,
将其添加到 config/app.php 的 $providers
如何发布
composer require nexa-merchant/googletagmanager
如何使用
1、Register a Google Tag Manager account
2、Get the container ID
3、Add the following code to the head tag of the page
{!! GoogleTagManager::head() !!}
如何配置
php artisan vendor:publish --provider="NexaMerchant\GoogleTagManager\Providers\GoogleTagManagerServiceProvider"
如何卸载
composer remove nexa-merchant/googletagmanager
如何更新
composer update nexa-merchant/googletagmanager
如何测试
phpunit
如何贡献
- 复制仓库
- 为你的特性创建新分支
- 创建拉取请求
- 等待审核
许可证
本软件包是开源软件,遵循 MIT 许可证
联系方式
如有任何疑问或关注事项,请发送邮件至 xxl4
鸣谢
变更日志
请查看 CHANGELOG 了解最近更改的详细信息。
安全
如果您发现任何安全相关的问题,请通过电子邮件 xxl4 反馈,而不是使用问题跟踪器。
行为准则
请查看 CODE_OF_CONDUCT 了解详细信息。
贡献
请查看 CONTRIBUTING 了解详细信息。
赞助商
请查看 SPONSOR 了解详细信息。
支持
请查看 SUPPORT 了解详细信息。
路线图
请查看 ROADMAP 了解详细信息。
常见问题解答
请查看 FAQ 了解详细信息。
待办事项
请查看 TODO 了解详细信息。
致谢
请查看 ACKNOWLEDGEMENTS 了解详细信息。
灵感来源
请查看 INSPIRATION 了解详细信息。
替代方案
请查看 ALTERNATIVES 了解详细信息。
感谢
请查看 THANKS 了解详细信息。
工作
请查看 JOBS 了解详细信息。