https://github.com/bkstar123/bkscms-dashboard
A bkstar123/bkscms's package adding a basic dashboard for a BKSCMS projec
https://github.com/bkstar123/bkscms-dashboard
cpu dashboard healthcheck laravel memory network ram receiving system transmitting usage utilization
Last synced: about 2 months ago
JSON representation
A bkstar123/bkscms's package adding a basic dashboard for a BKSCMS projec
- Host: GitHub
- URL: https://github.com/bkstar123/bkscms-dashboard
- Owner: bkstar123
- Created: 2019-11-17T10:28:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T11:02:25.000Z (over 6 years ago)
- Last Synced: 2025-06-27T06:38:22.122Z (12 months ago)
- Topics: cpu, dashboard, healthcheck, laravel, memory, network, ram, receiving, system, transmitting, usage, utilization
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bkscms-dashboard
> A bkstar123/bkscms's package adding a basic dashboard for a **BKSCMS** project
The following information is included in the dashboard:
- Real time CPU utilization
- Real time Memory usage
- Real time Diskspace usage
- Real time Network transmitting/receiveing throughput
For creating a **BKSCMS** project, run the following command:
```composer create-project --prefer-dist bkstar123/bkscms ```
## 1. Requirement
It is recommended to install this package with PHP version 7.1.3+ and Laravel Framework version 5.6+. The package supports host OS of either CentOS 6 or CentOS 7.
## 2. Installation
composer require bkstar123/bkscms-dashboard
Then, publish the package's configuration & assets:
```php artisan vendor:publish --provider="Bkstar123\BksCMS\Dashboard\Providers\DashboardServiceProvider"```
## 3. Usage
Update **config/bkstar123_bkscms_sidebarmenu** with Dashboard link. The package exposes the dashboard at the path ```/cms/dashboard``` with the route name of ```dashboard.index``` and protected under the middleware ```bkscms-auth:admins```.