https://github.com/nexamerchant/googletagmanager
Google Tag Manager
https://github.com/nexamerchant/googletagmanager
Last synced: 4 months ago
JSON representation
Google Tag Manager
- Host: GitHub
- URL: https://github.com/nexamerchant/googletagmanager
- Owner: NexaMerchant
- License: mit
- Created: 2024-08-12T06:58:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:34:54.000Z (over 1 year ago)
- Last Synced: 2025-04-08T15:21:26.716Z (about 1 year ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NexaMerchant/GoogleTagManager
> Nexa Merchant Google Tag Manager
[](https://github.com/NexaMerchant/googletagmanager)
[](https://github.com/NexaMerchant/googletagmanager/releases)
[](https://packagist.org/packages/Nexa-Merchant/googletagmanager)
[](https://packagist.org/packages/Nexa-Merchant/googletagmanager)
[](LICENSE.md)
# How to Install
```
NexaMerchant\GoogleTagManager\Providers\GoogleTagManagerServiceProvider::class,
```
Add it to config/app.php $providers
# How to Publish
```
composer require nexa-merchant/googletagmanager
```
# How to Use
```
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() !!}
```
# How to Configure
```
php artisan vendor:publish --provider="NexaMerchant\GoogleTagManager\Providers\GoogleTagManagerServiceProvider"
```
# How to Uninstall
```
composer remove nexa-merchant/googletagmanager
```
# How to Update
```
composer update nexa-merchant/googletagmanager
```
# How to Test
```
phpunit
```
# How to Contribute
1. Fork the repository
2. Create a new branch for your feature
3. Create a pull request
4. Wait for approval
# License
This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
# Contact
For any questions or concerns, please email [xxl4](mailto:nice.lizhi@gmail.com)
# Credits
- [xxl4](https://github.com/xxl4)
- [All Contributors](../../contributors)
# Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
# Security
If you discover any security related issues, please email [xxl4](mailto:nice.lizhi@gmail.com) instead of using the issue tracker.
# Code of Conduct
Please see [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for more information.
# Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
# Sponsor
Please see [SPONSOR](SPONSOR.md) for details.
# Support
Please see [SUPPORT](SUPPORT.md) for details.
# Roadmap
Please see [ROADMAP](ROADMAP.md) for details.
# FAQ
Please see [FAQ](FAQ.md) for details.
# To Do
Please see [TODO](TODO.md) for details.
# Acknowledgements
Please see [ACKNOWLEDGEMENTS](ACKNOWLEDGEMENTS.md) for details.
# Inspiration
Please see [INSPIRATION](INSPIRATION.md) for details.
# Alternatives
Please see [ALTERNATIVES](ALTERNATIVES.md) for details.
# Thanks
Please see [THANKS](THANKS.md) for details.
# Jobs
Please see [JOBS](JOBS.md) for details.