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