You've already forked laravel-helper
install cmd
This commit is contained in:
@@ -28,6 +28,7 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider implements Def
|
||||
}
|
||||
|
||||
$this->commands([
|
||||
Console\Install::class,
|
||||
Console\MakeMigrations::class,
|
||||
//...
|
||||
]);
|
||||
@@ -41,6 +42,7 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider implements Def
|
||||
public function provides()
|
||||
{
|
||||
return [
|
||||
Console\Install::class,
|
||||
Console\MakeMigrations::class,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user