Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/views/docs/desktop/1/digging-deeper/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ php artisan native:migrate:fresh
## Seeding

When developing, it's especially useful to seed your database with sample data. If you've set up
[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:

```shell
php artisan native:db:seed
php artisan native:seed
```

## When not to use a database
Expand Down