Monitor your application backups or run deploy scripts across multiple servers.
Clone the application
git clone https://github.com/munettt/kitchen.gitCreate database, create .env file and generate application key
Run composer install
composer installInstall Kitchen
php artisan kitchen:installLogin and enjoy!
To use the backup feature, you need to enable laravel's scheduler. After doing so just set APP_SCHEDULER to true in the .env file.
You can also manually run the command
php artisan kitchen:backup APP_ID