Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Mar 17, 2024
1 parent b594596 commit 27ae30e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,9 @@ php artisan browser:test

[BrowserInvoker.php](https://raw.githubusercontent.com/kkamara/php-scraper/develop/app/Console/Commands/BrowserInvoker.php)

#### When choosing to not explicitly define GUI configuration in the code, the following is an option to enable GUI by way of your environment
#### Panther Environment Variables

```bash
export PANTHER_NO_HEADLESS=true # see gui when crawling with panther client
export PANTHER_DEVTOOLS='' # enabled
```
[Panther Environment Variables](https://github.com/symfony/panther?tab=readme-ov-file#environment-variables).

## Adding a new command <a name="adding-commands"></a>

Expand Down

0 comments on commit 27ae30e

Please sign in to comment.