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.
1 parent b9cb05f commit 1f29424Copy full SHA for 1f29424
resources/views/docs/desktop/2/digging-deeper/databases.md
@@ -83,10 +83,10 @@ php artisan native:migrate:fresh
83
## Seeding
84
85
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:
+[Database Seeders](https://laravel.com/docs/seeding), you can run these using the `native:seed` command:
87
88
```shell
89
-php artisan native:db:seed
+php artisan native:seed
90
```
91
92
## When not to use a database
0 commit comments