Search

Laravel Artisan Tinker: The down Command

December 7, 2016 —John Koster

The down command is used to put the application into maintenance mode. It does this by creating a file named down in the framework storage path (which by default is storage/framework/).

This command performs the same action as the php artisan down command.