Brightmachine Scrutiny Versions Save

Ensure your laravel-based project is running in the correct server environment

v2.0.0

3 years ago

This release brings supports for Laravel 8 and above.

v1.0.7

6 years ago
  • Fixes #4 – 500 error caused by a caching issue

v1.0.6

6 years ago
  • Adds a scrutiny:check-probes artisan command

v1.0.5

6 years ago
  • Added the ability to add extra directories to the path when searching for executables

v1.0.4

6 years ago
  • Add portability flag to df call when getting disk usage

v1.0.3

6 years ago
  • more specific version constraints in composer.json - thanks @Dylan-DPC
  • QueueIsRunning probe bugfix – race condition in handling queued jobs that track if the queue is running

v1.0.2

6 years ago

Use self-handling jobs properly when checking if queue is running

v1.0.1

6 years ago

v1.0.0

6 years ago

This initial release provides the following probes for checking that your current Laravel app is running as intended:

  • AvailableDiskSpace
  • Callback
  • ConnectsToDatabase
  • ConnectsToHttp
  • ExecutableIsInstalled
  • PhpExtensionLoaded
  • QueueIsRunning
  • ScheduleIsRunning

The API is considered stable.