diff --git a/composer.json b/composer.json index 37259f3..2d744a3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jasrys/laravel-crud", - "version": "0.1.6", + "version": "0.1.7", "description": "Laravel CRUD generator", "require-dev": { "orchestra/testbench": "^3.6", diff --git a/src/MakeCrud.php b/src/MakeCrud.php index 96bc03c..eb010bf 100644 --- a/src/MakeCrud.php +++ b/src/MakeCrud.php @@ -11,7 +11,7 @@ class MakeCrud extends Command * * @var string */ - protected $signature = 'crud:make {model} {--attributes=}'; + protected $signature = 'make:crud {model} {--attributes=}'; /** * The console command description. @@ -254,7 +254,7 @@ protected function createFormView($modelName, $attributes) $formattedAttributes = $attributes->map(function ($attribute) use ($modelName) { return "\t" . '