mustorze/horizon-config-tags

A monitored tag standardizer for Laravel Horizon
4,843 3
Install
composer require mustorze/horizon-config-tags
Latest Version:1.0.5
PHP:>=7.1
License:MIT
Last Updated:Sep 16, 2020
Links: GitHub  ·  Packagist
Maintainer: mustorze

Horizon Config Tags

Tag tracking functionality is very useful and used by users. Based on this I realized that we always need to test horizon in other environments and unfortunately we need to recreate all tags for monitoring.

How to use

Prerequisites

To run this project, you must have php >= 7.1 and laravel\horizon >= 2.0. This package is made for Laravel Horizon.

Step 1

Include in yours composer.json in the requirements these "mustorze/horizon-config-tags": "1.0" then run composer update

Or just run composer require mustorze/horizon-config-tags

Step 2

If you using Laravel 5.5+ do you can skip this step.

Add the service provider in your config/app.php file:

'providers' => [
    // ...
    Mustorze\ConfigTags\HorizonConfigTagsProvider::class,
];

Step 3

Add the monitored tags into config/horizon.php file:

'monitored_tags' => [
//  'Your'
//  'Beautiful'
//  'Tags'
],

Well done just startup the Horizon.

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444