Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pentiminax/native-php-monitoring-app
The NativePHP monitoring application
https://github.com/pentiminax/native-php-monitoring-app
electron javascript laravel livewire monitoring-tool nativephp php8
Last synced: about 2 months ago
JSON representation
The NativePHP monitoring application
- Host: GitHub
- URL: https://github.com/pentiminax/native-php-monitoring-app
- Owner: pentiminax
- License: mit
- Created: 2023-08-23T19:05:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T13:25:59.000Z (over 1 year ago)
- Last Synced: 2023-08-24T19:49:33.902Z (over 1 year ago)
- Topics: electron, javascript, laravel, livewire, monitoring-tool, nativephp, php8
- Language: PHP
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NativePHP monitoring application
## YouTube
[![Vidéo](https://i3.ytimg.com/vi/IbjKpOuhzNU/maxresdefault.jpg)](https://www.youtube.com/watch?v=IbjKpOuhzNU)
## Installation
Install the PHP dependencies
```sh
composer install
```Install the JS dependencies
```sh
npm install
```Build JS
```sh
npm run dev
```Run the NativePHP Server
```sh
php artisan native:serve
```