Getting started
Configuration
# Should any requests be logged? if not defined, defaults to true
SALOON_REQUEST_LOGS=false# If not set, the default database connection will be used
SALOON_REQUEST_DB_CONNECTION=
# If not defined, defaults to 14 (how many days should requests be stored in the db)
SALOON_REQUEST_PRUNE=14https://github.com/happyDemon/saloon-utils/blob/main/config/saloon-utils.php
Setup
Pools & concurrency
Last updated