mk-conn/nextfeed2

This package is abandoned and no longer maintained. No replacement package was suggested.

The Laravel Framework.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 19

Language:HTML

Type:project

v1.0.0 2018-02-27 12:33 UTC

README

Nextfeed is a rss feed agreggator. Initially it was just an EmberJS frontend which consumed feeds from a Nextcloud Newsfeed installation. Unfortunately, the API was not really handy in terms of consuming and dealing with feeds and articles so Nextfeed 2 is now based on Laravel and Zend-Feed.

Websocket integration

Install the server npm install -g laravel-echo-server

Copy laravel-echo-server.example.json to laravel-echo-server.json and ajust values.

Start artisan queue: php artisan queue:work - its good advise to have this all handled by supervisor.