PHP code example of dietercoopman / laravel-dashboard-laravelnews-tile
1. Go to this page and download the library: Download dietercoopman/laravel-dashboard-laravelnews-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/ */
dietercoopman / laravel-dashboard-laravelnews-tile example snippets
regexp
// in config/dashboard.php
return [
// ...
'tiles' => [
'laravelnews' => [
'refresh_interval_in_seconds' => 300,
'number_of_articles' => 10,
],
],
];