Parse and validate AT Protocol Lexicons with DTO generation for Laravel
1
fork

Configure Feed

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

Update schema configuration structure

+3
+3
config/schema.php
··· 134 134 // Storage disk for blobs 135 135 'disk' => env('SCHEMA_BLOB_DISK', 'local'), 136 136 137 + // Storage path prefix for blobs 138 + 'path' => env('SCHEMA_BLOB_PATH', 'blobs'), 139 + 137 140 // Lazy load blob content (don't download until accessed) 138 141 'lazy_load' => env('SCHEMA_BLOB_LAZY_LOAD', true), 139 142