Skip to content

Commit

Permalink
command updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Raza9798 committed Jun 14, 2024
1 parent 1e60409 commit 81f04e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ composer require intelrx/rapidkit
### artisan commands
Create new module with controller, Model, Migration and view resources. {--path=} is optional.
```
> php artisan make:module Country --path=Master
> php artisan rapid:make Country --path=Master
```
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
}
],
"minimum-stability": "dev",
"require": {},
"require": {
"spatie/laravel-backup": "*"
},
"extra": {
"laravel": {
"providers": [
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/ResourceGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ResourceGeneratorCommand extends Command
*
* @var string
*/
protected $signature = 'make:module {name} {--path=}';
protected $signature = 'rapid:make {name} {--path=}';

/**
* The console command description.
Expand Down

0 comments on commit 81f04e7

Please sign in to comment.