laravel-enso / control-panel
A control panel that aggregates, controls and displays statistics from other laravel-enso apps
Installs: 201
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 4
Open Issues: 0
Type:project
Requires
- guzzlehttp/guzzle: ^7.0
- laravel-enso/control-panel-common: ^2.0
- laravel-enso/core: ^10.0
- laravel-enso/enums: ^2.0
- laravel-enso/forms: ^4.0
- laravel-enso/helpers: ^3.0
- laravel-enso/migrator: ^2.0
- laravel-enso/permissions: ^5.0
- laravel-enso/tables: ^4.0
- dev-master
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.9
- 2.4.8
- 2.4.7
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- v2.3.1
- v2.3.0
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.26
- 2.0.25
- 2.0.24
- 2.0.23
- 2.0.22
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-upgrade/larave11MigrationChange
- dev-upgrade/enso6-dr
- dev-feature/dropSuffix
- dev-update/deps
- dev-feature/handleInvalidResponse
- dev-upgrade/laravel8
- dev-fixes/stylci
- dev-feature/renamesRoutes
This package is auto-updated.
Last update: 2024-11-17 14:30:43 UTC
README
Control Panel
This package pulls data from the Control Panel API package, running on a Laravel Enso app.
Features
- allows you to choose the information you want to display/monitor
- permits clearing the logs for each monitored application
- it refresh the data at the given interval (min 1 minute)
- you may put the monitored application in maintenance mode (you need to log into the server to put it back up)
Installation Steps
- Run the migrations.
- Use the FE to add the applications you want to monitor, providing the necessary credentials
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.