Join Nostr
2025-09-10 06:07:37 UTC

dansup on Nostr: The Laravel ActivityPub package I'm currently writing for Loops brings a lot of ...

The Laravel ActivityPub package I'm currently writing for Loops brings a lot of benefits like improved test coverage, custom Activity support, modular (opt-in) features/extensions and extensive logging for debugging.

Will make it a lot easier to implement FEPs like Follower Sync, without impacting existing package users.

Best of all, it's batteries included, meaning you can add ActivityPub support to a Laravel project in a few minutes ✨

#activityPub #laravel