krakero / firetower
Laravel package for Fire Tower integration
Requires
- php: ^7.4|^8.0
- composer/composer: >2.0
- illuminate/contracts: >7.0
- spatie/laravel-package-tools: >1.0
- symfony/process: >6.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-10-28 20:59:58 UTC
README
Fire Tower
This package is designed to be used in conjuction with a Fire Tower subscription. Find out more information at https://firetower.dev.
This package helps monitor your Laravel application by performing checks and sending information to the Fire Tower service.
Installation
The first step, if you haven't done it already, is to sign up for an account at https://firetower.dev.
After signing up for an account, install Fire Tower into your project using the Composer package manager:
composer require krakero/firetower
After installing Fire Tower, login to your account and create an application.
Once you create an application paste the provided variables into your.env file:
FIRETOWER_ACCOUNT_KEY=abcdefgh-hijk-1234-5678-90123lmnopqr FIRETOWER_APPLICATION_KEY=zyxwvuts-rqpo-0987-6543-21098nmlkjih
Next, test everything by running php artisan firetower:report
and refresh your application page.
Documentation
You'll find the documentation for this package online at https://firetower.dev/docs.