Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```