Download the PHP package krakero/firetower without Composer
On this page you can find all versions of the php package krakero/firetower. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download krakero/firetower
More information about krakero/firetower
Files in krakero/firetower
Package firetower
Short Description Laravel package for Fire Tower integration
License MIT
Homepage https://firetower.dev
Informations about the package firetower
Fire Tower
This package is designed to be used in conjunction 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 the Fire Tower package into your project using the Composer package manager:
composer require krakero/firetower
Once complete run the following command to install the config file and service provider:
php artisan firetower:install
In the Fire Tower interface, create an application and paste the provided variables into your.env file:
Next, test everything by running php artisan firetower:report and refresh your application page.
Documentation
You can find full documentation at https://firetower.dev/docs.
All versions of firetower with dependencies
composer/composer Version >2.0
illuminate/contracts Version >7.0
spatie/laravel-package-tools Version >1.0
symfony/process Version >6.0