Skip to content

munettt/kitchen

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published