Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 557 Bytes

File metadata and controls

29 lines (22 loc) · 557 Bytes

Contents

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