Skip to content

dietercoopman/laravel-dashboard-laravelnews-tile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Version on Packagist Downloads

laravel-dashboard-laravelnews-tile

A Laravel News tile for the Spatie Dashboard. This tile will show you the Latest Laravel news articles on your Spatie Dashboard

Installation

You can install the package via composer:

composer require dietercoopman/laravel-dashboard-laravelnews-tile

Config file

In the dashboard config file, you must add this configuration in the tiles key.


// in config/dashboard.php

return [
    // ...
        'tiles' => [
            'laravelnews'  => [
                'refresh_interval_in_seconds' => 300,
                'number_of_articles'          => 10,
            ],
        ],
    ];

About

A Laravel News tile for the Spatie Dashboard

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published