Package Data | |
---|---|
Maintainer Username: | dragoonis |
Maintainer Contact: | p.dragoonis@quidco.com (Paul Dragoonis) |
Package Create Date: | 2016-07-19 |
Package Last Update: | 2016-07-20 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:03:41 |
Package Statistics | |
---|---|
Total Downloads: | 65 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This package will scan your laravel 5.x's application config files and identify key dependencies of your application. It will check:
php artisan infra:healthcheck
[OK] PHP Extensions
[OK] PHP Extension Config
[OK] Database connection user
[OK] Database connection content
[OK] Default database connection found
[OK] Sessions are disabled
[OK] Cache connection for driver: array
[OK] Cache connection for driver: file
[OK] Cache connection for driver: redis
A /healthcheck
URI is configured to trigger this from a HTTP context
http://some.app/healthcheck
[OK] PHP Extensions
[OK] PHP Extension Config
[OK] Database connection user
[OK] Database connection content
[OK] Default database connection found
[OK] Sessions are disabled
[OK] Cache connection for driver: array
[OK] Cache connection for driver: file
[OK] Cache connection for driver: redis
There are some production-style checks such as xdebug
being disabled.
If you wish to run this on a a local environment then you need to pass additional arguments.
HTTP
Value: prod
Default: true
Usage: ?prod=false
or ?prod=true
CLI
Value: env
Default: false
Usage: --env=production