From 3bc2c2a4d12b6406c0f4b57bda5306d31efc3b36 Mon Sep 17 00:00:00 2001 From: raza9798 Date: Mon, 17 Jun 2024 22:14:21 +0530 Subject: [PATCH] readme updated --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79df2a5..2915656 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,29 @@ ### RAPIDKIT -> SUPPORT FROM LARAVEL `11.X` -## Installation +### # Installation ``` composer require intelrx/rapidkit ``` -### artisan commands +### # Artisan commands + +Automatic Package installation and configuration +``` +> php artisan rapid:install +``` + Create new module with controller, Model, Migration and view resources. {--path=} is optional. ``` > php artisan rapid:make Country --path=Master ``` + +### # DATABASE BACKUP COMMANDS +``` + > backup:clean Clean it by configured number of days. + > backup:list Display a list of all backups. + > backup:monitor Monitor the health of all backups. + > backup:run Run the backup. + > backup:run --only-db Only Database backup + > backup:run --only-files FileSystem backup +``` \ No newline at end of file