You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+89Lines changed: 89 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,95 @@ you have them, simply add them to your `.ENV` file:
94
94
TREBLLE_API_KEY=YOUR_API_KEY
95
95
TREBLLE_PROJECT_ID=YOUR_PROJECT_ID
96
96
```
97
+
98
+
## Configuration
99
+
100
+
Treblle Laravel SDK provides several configuration options that can be customized in your `config/treblle.php` file. If the config file doesn't exist, you can publish it using:
0 commit comments