PHPackages                             hi-folks/laravel-dashboard-devto-tile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. hi-folks/laravel-dashboard-devto-tile

ActiveLibrary[Admin Panels](/categories/admin)

hi-folks/laravel-dashboard-devto-tile
=====================================

Tile for Spatie Laravel Dashboard to list DEV.to articles

v0.2.1(5y ago)010MITPHPPHP ^7.4|^8CI failing

Since Jun 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Hi-Folks/laravel-dashboard-devto-tile)[ Packagist](https://packagist.org/packages/hi-folks/laravel-dashboard-devto-tile)[ Docs](https://github.com/hi-folks/laravel-dashboard-devto-tile)[ RSS](/packages/hi-folks-laravel-dashboard-devto-tile/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Tile for retrieving articles from DEV.to
========================================

[](#tile-for-retrieving-articles-from-devto)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8ccd527f937e74b01475e2759d26e704960db70a183b14f6b068789d8e21f968/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68692d666f6c6b732f6c61726176656c2d64617368626f6172642d646576746f2d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hi-folks/laravel-dashboard-devto-tile)

Tile for retrieving your articles from DEV.to.

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require hi-folks/laravel-dashboard-devto-tile
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:devto-tile` component.

```

```

Obtain your DEV.to API KEY
--------------------------

[](#obtain-your-devto-api-key)

Go to  and create your API KEY. You need to store your api key in your .env file. Remember to avoid to commit .env file :) THe key for storing your api key is: DEVTO\_TILE\_APIKEY

```
DEVTO_TILE_APIKEY="yourapikeyfromdevto"

```

In config/dashboard.php please, add:

```
'tiles' => [
        'devto' => [
            'configurations' => [
                'default' => [
                    'api_key' => env('DEVTO_TILE_APIKEY'),
                ],
            ],
            'refresh_interval_in_seconds' => 5,
        ],
    ],

```

In order to retrieve articles from DEV.to automatically, you need to schedule your command. Go to Kernel.php file and add this line.

```
$schedule->command("dashboard:fetch-data-from-devto-api", [])->everyFiveMinutes();
```

The tile
--------

[](#the-tile)

If you completed the setup correctly you could see in your dashboard your new tile. [![Screenshot of the Tile with DEV.to articles](screenshot-tile.png)](screenshot-tile.png)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~65 days

Total

4

Last Release

1970d ago

PHP version history (2 changes)v0.1.0PHP ^7.4

v0.2.1PHP ^7.4|^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe3f0e9f35a03ea055996e023bc25cfe408742fe9433f66858b714133da55313?d=identicon)[roberto](/maintainers/roberto)

---

Top Contributors

[![roberto-butti](https://avatars.githubusercontent.com/u/678434?v=4)](https://github.com/roberto-butti "roberto-butti (11 commits)")

---

Tags

dashboarddashboard-tilesdashboard-widgetlaravelphphi-folkslaravel-dashboard-devto-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hi-folks-laravel-dashboard-devto-tile/health.svg)

```
[![Health](https://phpackages.com/badges/hi-folks-laravel-dashboard-devto-tile/health.svg)](https://phpackages.com/packages/hi-folks-laravel-dashboard-devto-tile)
```

###  Alternatives

[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[fidum/laravel-dashboard-chart-tile

Generic chart tiles for laravel dashboard

16234.7k1](/packages/fidum-laravel-dashboard-chart-tile)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)[resma/filament-awin-theme

A modern, responsive, and customizable theme for FilamentPHP, designed to elevate your admin panel with a sleek interface and seamless user experience.

1714.6k](/packages/resma-filament-awin-theme)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
