https://github.com/mohammadreza-73/lara-health
Laravel health check package.
https://github.com/mohammadreza-73/lara-health
health health-check laravel laravel-package
Last synced: about 1 month ago
JSON representation
Laravel health check package.
- Host: GitHub
- URL: https://github.com/mohammadreza-73/lara-health
- Owner: Mohammadreza-73
- Created: 2022-12-30T21:13:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T20:01:16.000Z (over 1 year ago)
- Last Synced: 2025-02-07T11:17:02.219Z (3 months ago)
- Topics: health, health-check, laravel, laravel-package
- Language: Blade
- Homepage:
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel Health check
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](CONTRIBUTING.md)
## Security
If you discover any security related issues, please email [[email protected]](mailto:[email protected]) instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.