m.rahimi / lara-health
Laravel health check package.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires (Dev)
- orchestra/testbench: ^7.17
This package is auto-updated.
Last update: 2024-12-27 21:57:17 UTC
README
Check General information from your laravel project, like Database, migrations and routes status.
Install
composer require m.rahimi/lara-health
Publish
If you want to publish a resource file in your project, you can run this command in the terminal:
php artisan vendor:publish --tag="health"
Testing
Run the tests with:
composer test
Contributing
Contributions are welcome! To contribute, please familiarize yourself with CONTRIBUTE.md
Security
If you discover any security related issues, please email mohammadreza.rahimi1373@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.