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 3bc2c2a commit cda7f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Automatic Package installation and configuration
> php artisan rapid:install
```

Create new module with controller, Model, Migration and view resources. {--path=} is optional.
Useful command for development
```
> php artisan rapid:make Country --path=Master
> php artisan rapid:make Country --path=Master Create separate module resources
```

### # DATABASE BACKUP COMMANDS
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

class Config
{
const VERSION = '1.3';
const VERSION = '1.4';
}

0 comments on commit cda7f1b

Please sign in to comment.