Simple RSS feed reader for RBC news portal. Created in PHP with Laravel Framework v5.7.
$ git clone https://github.com/2018/news-reader.git directoryname
$ cd directoryname
$ composer install
$ cp .env.example .env
- Configure your http server url for project.
- Create mysql database (for example "news_reader") and update DB_* property
in
.envfile.
$ php artisan migrate
$ php artisan db:seed
(for example http//:localhost:80)
- user name:
admin - password:
admin