phpsa/filament-feed

Display news on your Dashboard.
661 4
Install
composer require phpsa/filament-feed
Latest Version:v1.0.0
PHP:^8.0
License:MIT
Last Updated:Apr 27, 2022
Links: GitHub  ·  Packagist
Maintainer: phpsa

Latest Version on Packagist Semantic Release Total Downloads

Filament Feed Widget

Show feeds on your dashboard, simply update the config file to include the feeds you wish to display

Installation

You can install the package via composer:

composer require phpsa/filament-feed

Publish the config file

php artisan vendor:publish --tag=filament-feed-config

Showing Feeds - Config structure as follows, each feed item will be a new card on the dashboard.

return [
    'feeds' => [
        'FEED HEADING' => [
            'url' => 'https://feed.laravel-news.com/', //feed url - required
            'limit' => 5,// feed limit -- optional (default 5)
            'refresh' => 300, //cache refresh time -- optional default 300
        ],
        ... //next feeds if required
    ],
];

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

phpsa/filament-dadjokes

With DadJokes every time you load your control panel you'll be greeted by an epi...

14,494 17
phpsa/filament-password-reveal

Password Input with option to show

157,763 51
patrickcurl/filament-auth

User & Role (via Spatie Roles/Permissions) Manager Resource For Filament Admin,...

5 0
phpsa/filament-authentication

User & Role (via Spatie Roles/Permissions) Manager Resource For Filament Admin

68,954 128
watheqalshowaiter/filament-sticky-table-header

A Filament plugin that makes table headers stick when scrolling down for better...

65,520 36