Download the PHP package phpadam/dashboardspatiersstile without Composer
On this page you can find all versions of the php package phpadam/dashboardspatiersstile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpadam/dashboardspatiersstile
More information about phpadam/dashboardspatiersstile
Files in phpadam/dashboardspatiersstile
Package dashboardspatiersstile
Short Description A Spatie Dashboard Tile for RSS Feed
License MIT
Homepage https://github.com/phpadam/dashboardspatiersstile
Informations about the package dashboardspatiersstile
Laravel Dashboard RSS Feed Tile
Use the Spatie Laravel Dashboard as a News feed by display RSS items.
Take a look at contributing.md to see a to do list.
Installation
Via Composer
You need to publish SimplePie Laravel Service Provider config file.
In app\Console\Kernel.php
you should schedule the \Phpadam\DashboardSpatieRssTile\Commands\FetchDataFromApiCommand
to run every minute.
In your dashboard view you can use the livewire:RssTile
component.
Usage
In the dashboard
config file, you must add this configuration in the tiles
key.
Replacing the RSS feeds with your preferred news sources.
Customising the view
If you want to customise the view used to render this tile, run this command:
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Dependencies
- spatie/laravel-dashboard create beautiful dashboards
- willvincent/feeds A Laravel service provider for including the SimplePie library.
- simplepie/simplepie RSS and Atom feed parsing in PHP.
Please note as of creating willvincent/feeds
does not support Laravel 8. A branch has been used to increase compatibility until willvincent/feeds
is updated.
Credits
- Adam Hosker
- All Contributors
License
Please see the license file for more information.
All versions of dashboardspatiersstile with dependencies
php Version ^7.4
spatie/laravel-dashboard Version ^2.0
willvincent/feeds Version dev-l8installable