You've already forked laravel-helper
feat: crud
This commit is contained in:
@@ -30,6 +30,7 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider implements Def
|
||||
$this->commands([
|
||||
Console\Install::class,
|
||||
Console\MakeMigrations::class,
|
||||
Console\MakeCRUD::class,
|
||||
//...
|
||||
]);
|
||||
}
|
||||
@@ -44,6 +45,7 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider implements Def
|
||||
return [
|
||||
Console\Install::class,
|
||||
Console\MakeMigrations::class,
|
||||
Console\MakeCRUD::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user