- Update your
composer.json
file:
"tarasovych/maintenancelog": "dev-master"
- Open your
config/app.php
and add the following to theproviders
array:
Tarasovych\MaintenanceLog\MaintenanceLogProvider::class,
- 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