diff --git a/README.md b/README.md index 2915656..6d5e6fd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/config/config.php b/src/config/config.php index 2d44589..9e1005b 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -3,5 +3,5 @@ class Config { - const VERSION = '1.3'; + const VERSION = '1.4'; } \ No newline at end of file