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

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.

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.