Laravel news feed portal using newsapi.org
Project is created with:
- Laravel 5.4
- Vue.js
- Guzzlehttp/guzzle 6.3
- JQuery Timeago library 1.6.1
- Displaying recent news headlines
- Displaying news in categories: Business, Health, Science, Sports, Technology
- Displaying/adding comments to the news
- Comes with the command enabling to fetch headlines from newsApi.org and save them to database. Can be easily set up with cron to always have the most recent news without any work.
- Comes with the command to recycle old News
composer install
php artisan migrate
npm install
npm run dev
php artisan get:news
php artisan recycle:news {days}