Learn how to get started with Treblle on Strapi in less than 2 minutes on any new or existing API
composer require treblle/treblle-symfony
You can ⭐ our Github repo to stay up to date with new updates
return [ // YOUR OTHER BUNDLES new Treblle\Symfony\TreblleBundle(),];
treblle: project_id: "%env(TREBLLE_PROJECT_ID)%" api_key: "%env(TREBLLE_API_KEY)%"
HEADS UP: You need to create an account to get your API KEY and PROJECT ID
You and your team just got these amazing features:
treblle: project_id: "%env(TREBLLE_PROJECT_ID)%" api_key: "%env(TREBLLE_API_KEY)%" debug: false # Set true to enable debug mode
A boolean that allows you to debug Treblle locally - false by default
treblle: project_id: "%env(TREBLLE_PROJECT_ID)%" api_key: "%env(TREBLLE_API_KEY)%" debug: false masked: # Define an array of field names to mask - secret - private - user_ssn
PRO TIP: Data is masked before it even leaves your server