tarasovych/maintenancelog

Log time, when your Laravel application goes down or up

dev-master 2018-03-28 18:42 UTC

This package is not auto-updated.

Last update: 2024-04-19 17:55:15 UTC


README

Installation

  1. Update your composer.json file:
"tarasovych/maintenancelog": "dev-master"
  1. Open your config/app.php and add the following to the providers array:
Tarasovych\MaintenanceLog\MaintenanceLogProvider::class,

Usage

  • Put application into maintenance mode:
php artisan down-log
  • Bring application out of maintenance mode:
php artisan up-log

Logs are stored inside /storage/logs/maintenance