PHP code example of hi-folks / laravel-dashboard-devto-tile
1. Go to this page and download the library: Download hi-folks/laravel-dashboard-devto-tile library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hi-folks / laravel-dashboard-devto-tile example snippets
$schedule->command("dashboard:fetch-data-from-devto-api", [])->everyFiveMinutes();
'tiles' => [
'devto' => [
'configurations' => [
'default' => [
'api_key' => env('DEVTO_TILE_APIKEY'),
],
],
'refresh_interval_in_seconds' => 5,
],
],