8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ce978 + 836c7a5 commit 6361c35Copy full SHA for 6361c35
src/NativeServiceProvider.php
@@ -8,6 +8,7 @@
8
use Native\Laravel\Commands\LoadStartupConfigurationCommand;
9
use Native\Laravel\Commands\MigrateCommand;
10
use Native\Laravel\Commands\MinifyApplicationCommand;
11
+use Native\Laravel\Commands\SeedDatabaseCommand;
12
use Native\Laravel\Logging\LogWatcher;
13
use Spatie\LaravelPackageTools\Package;
14
use Spatie\LaravelPackageTools\PackageServiceProvider;
@@ -20,6 +21,7 @@ public function configurePackage(Package $package): void
20
21
->name('nativephp')
22
->hasCommands([
23
MigrateCommand::class,
24
+ SeedDatabaseCommand::class,
25
MinifyApplicationCommand::class,
26
])
27
->hasConfigFile()
0 commit comments