1
Deploy is an Artisan command with the aim to provide a very simple way to deploy your code into staging and production while ensuring valid version tags are applied.
2
Artisan command for switching a Laravel 4 queue worker into maintenance mode alongside the application safely.
3
CronSync is a way to define your artisan command cron schedule within your code (and therefore in version control), by updating the crontab as part of your deploy process.