Skip to content

Commit 63bc934

Browse files
committed
Refactored README.md and composer.json to improve package information and add dependencies.
1 parent 42e906a commit 63bc934

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Laravel Parameter Tagging Package
22

3-
This package provides middleware for handling Google Ads `gclid` and UTM query parameters in laravel applications.
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/fuelviews/laravel-parameter-tagging.svg?style=flat-square)](https://packagist.org/packages/fuelviews/laravel-parameter-tagging)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/laravel-robots-txt/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/fuelviews/laravel-parameter-tagging/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/laravel-parameter-tagging/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/fuelviews/laravel-parameter-tagging/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/fuelviews/laravel-parameter-tagging.svg?style=flat-square)](https://packagist.org/packages/fuelviews/laravel-parameter-tagging)
7+
8+
9+
This package provides middleware for handling `gclid` and `utm` query parameters in laravel applications.
410

511
## Installation
612

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.2"
14+
"php": "^8.2",
15+
"spatie/laravel-package-tools": "^1.14.0"
1516
},
1617
"require-dev": {
1718
"laravel/pint": "^1.14",

0 commit comments

Comments
 (0)