Getting Started
Installation & Setup
The first step, if you haven't done it already, is to sign up for an account.
After signing up for an account and subscription, install Fire Tower into your project using the Composer package manager:
composer require krakero/firetower
After the package is installed run the Fire Tower installer:
php artisan firetower:install
This will install the config file and service provider. The service provider will have a few checks already enabled. Update the FireTowerServiceProvider
boot method with additional checks if you wish.
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.
We recommend scheduling the report
command weekly.