feed icon indicating copy to clipboard operation
feed copied to clipboard

Self-hosted atom/rss reader - Progressive Web App - Google Reader alternative

Results 3 feed issues
Sort by recently updated
recently updated
newest added

I continue to learn a lot by reading through your code. Out of curiosity, why didn't you use ApiPlatform? You've obviously adapted an "api first" approach, and it runs on...

app:setup doesn't work with sqlite, I think because you can't send multiple sql statements to ->execute(). My quick hack fix: ```php if (true === isset($count['total']) && 0 == $count['total']) {...

I was thinking of adding some fixtures, some users and feeds (and collections?) for testing. Do you already have something you use for that?