tnlmedia/laravel-tool

Laravel website tools for TNL Media Group

Installs: 3 075

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/tnlmedia/laravel-tool

1.4.8 2025-10-02 08:58 UTC

README

This repository contains a small Laravel toolkit for analytics, advertising, and lightweight API clients.

Documentation

Full documentation is available in the docs/ folder. Open the index:

Install

composer require tnlmedia/laravel-tool

Configuration

php artisan vendor:publish --tag=tmg-config

Configuration files produced by the above command include:

Name Description
tmg-advertising.php Advertising config
tmg-website.php Website global config
tmg-analytics.php Analytics config

Compatibility & Requirements

  • PHP: 8.2+ (tested on PHP 8.4)
  • Laravel: 8.0+ (tested on Laravel 12.x)