PHP code example of abbasudo / pulse-users
1. Go to this page and download the library: Download abbasudo/pulse-users 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/ */
abbasudo / pulse-users example snippets
/*
* The time zone that will be available in the drop-down selection on the "Usage Distribution" card.
*/
'usage_hours' => [
'timezones' => [
'UTC',
'Europe/Berlin',
'Asia/Bangkok',
],
],
bash
php artisan vendor:publish --tag=pulse-dashboard