Skip to content

Commit

Permalink
Update .env instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje committed Aug 6, 2022
1 parent 53c905c commit 6afb7f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ This package is the official Laravel integration for [Pirsch Analytics](https://
```bash
composer require pirsch-analytics/laravel-pirsch
```
2. Set the `PIRSCH_TOKEN` environment variable to your Pirsch access token. Leave it empty in non-production environments to disable tracking.
2. Add the Pirsch access token to your `.env` file. Leave it empty in non-production environments to disable tracking:
```bash
# ...

PIRSCH_TOKEN=pa_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

## Usage

Expand Down

0 comments on commit 6afb7f2

Please sign in to comment.