Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Raza9798 committed Jun 17, 2024
1 parent 2cf801a commit 3bc2c2a
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 3bc2c2a

Please sign in to comment.