An open API service indexing awesome lists of open source software.

https://github.com/nexamerchant/googletagmanager

Google Tag Manager
https://github.com/nexamerchant/googletagmanager

Last synced: 4 months ago
JSON representation

Google Tag Manager

Awesome Lists containing this project

README

          

# NexaMerchant/GoogleTagManager

> Nexa Merchant Google Tag Manager

[![Build Status](https://github.com/NexaMerchant/googletagmanager/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/googletagmanager)
[![Release](https://img.shields.io/github/release/NexaMerchant/googletagmanager.svg?style=flat-square)](https://github.com/NexaMerchant/googletagmanager/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/googletagmanager.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/googletagmanager)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/googletagmanager.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/googletagmanager)
[![Software License](https://img.shields.io/packagist/l/Nexa-Merchant/googletagmanager.svg?style=flat-square)](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.