Laravel AT Protocol Client (alpha & unstable)
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add public API configuration

+13
+13
config/client.php
··· 129 129 130 130 /* 131 131 |-------------------------------------------------------------------------- 132 + | Public API Configuration 133 + |-------------------------------------------------------------------------- 134 + | 135 + | Configuration for unauthenticated public API access. The public API 136 + | allows reading public data without authentication. 137 + | 138 + */ 139 + 'public' => [ 140 + 'service_url' => env('ATP_PUBLIC_SERVICE_URL', 'https://public.api.bsky.app'), 141 + ], 142 + 143 + /* 144 + |-------------------------------------------------------------------------- 132 145 | Scope Enforcement 133 146 |-------------------------------------------------------------------------- 134 147 |