Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 773 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 773 Bytes

Kitchen

Monitor your application backups or run deploy scripts across multiple servers.

Installation

Clone the application

git clone https://github.com/munettt/kitchen.git

Create database, create .env file and generate application key

Run composer install

composer install

Install Kitchen

php artisan kitchen:install

Login and enjoy!

Backup

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