Download the PHP package exolnet/laravel-status without Composer
On this page you can find all versions of the php package exolnet/laravel-status. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exolnet/laravel-status
More information about exolnet/laravel-status
Files in exolnet/laravel-status
Package laravel-status
Short Description Laravel module to get the status of a web application.
License MIT
Homepage https://github.com/eXolnet/laravel-status
Informations about the package laravel-status
eXolnet Laravel Status
The eXolnet Laravel Status package extends the base features available in Laravel.
Installation
Require this package with composer:
If you don't use package auto-discovery, add the service provider to the providers
array in config/app.php
:
Usage
Health page
To see the health status, you have to access /health
page.
SHA revision page
To see commit SHA version, you have to access /sha
page. Be sure you have a revision file at the project root.
Testing
To run the phpUnit tests, please use:
Contributing
Please see CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Alexandre D'Eschambeault
- Martin Blanchette
- Patricia Gagnon-Renaud
- All Contributors
License
This code is licensed under the MIT license. Please see the license file for more information.
All versions of laravel-status with dependencies
illuminate/filesystem Version ^10.0|^11.0
illuminate/routing Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0