Skip to content

Log time, when your Laravel application goes down or up

License

Notifications You must be signed in to change notification settings

Tarasovych/MaintenanceLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Log time, when your Laravel application goes down or up

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages