Download the PHP package hi-folks/laravel-dashboard-devto-tile without Composer
On this page you can find all versions of the php package hi-folks/laravel-dashboard-devto-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hi-folks/laravel-dashboard-devto-tile
More information about hi-folks/laravel-dashboard-devto-tile
Files in hi-folks/laravel-dashboard-devto-tile
Package laravel-dashboard-devto-tile
Short Description Tile for Spatie Laravel Dashboard to list DEV.to articles
License MIT
Homepage https://github.com/hi-folks/laravel-dashboard-devto-tile
Informations about the package laravel-dashboard-devto-tile
Tile for retrieving articles from DEV.to
Tile for retrieving your articles from DEV.to.
This tile can be used on the Laravel Dashboard.
Installation
You can install the package via composer:
Usage
In your dashboard view you use the livewire:devto-tile
component.
Obtain your DEV.to API KEY
Go to https://dev.to/settings/account 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
In config/dashboard.php please, add:
In order to retrieve articles from DEV.to automatically, you need to schedule your command. Go to Kernel.php file and add this line.
The tile
If you completed the setup correctly you could see in your dashboard your new tile.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.