How I can put the TI site in maintenance mode using artisan commands?
In 3.0 I run php artisan down
and php artisan up
and work fine, but now, with the version 3.2, not work.
Say:
Command "down" is not defined.
Do you want to run "igniter:down" instead? (yes/no) [no]:
and
Command "up" is not defined.
Did you mean one of these?
activitylog:cleanup
currency:cleanup
currency:update
igniter:up
igniter:update
igniter up and down are the new options?
Thanks