Skip to content

Commit 1f29424

Browse files
authored
Update seeding command in databases.md (#233)
The version ^2.0 of nativephp/desktop is using `php artisan native:seed`
1 parent b9cb05f commit 1f29424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/docs/desktop/2/digging-deeper/databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ php artisan native:migrate:fresh
8383
## Seeding
8484

8585
When developing, it's especially useful to seed your database with sample data. If you've set up
86-
[Database Seeders](https://laravel.com/docs/seeding), you can run these using the `native:db:seed` command:
86+
[Database Seeders](https://laravel.com/docs/seeding), you can run these using the `native:seed` command:
8787

8888
```shell
89-
php artisan native:db:seed
89+
php artisan native:seed
9090
```
9191

9292
## When not to use a database

0 commit comments

Comments
 (0)