Skip to content

Commit 919b51e

Browse files
authored
Update README.md
1 parent dd6efe4 commit 919b51e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ $class::select('foo')->fromYesterday()->first()->toArray(); // return ['foo' =>
122122

123123
---
124124

125-
This is a trait which makes the migration of your database in your test suite much, much faster!
125+
This is a trait which makes the migration of your database in your test suite much, **much faster**!
126126
The base idea comes from [Mayahi](https://mayahi.net/laravel/make-refresh-database-trait-much-faster/).
127-
It basically only migrates your database if the migration files has changed.
127+
It basically **only** migrates your database if the **migration** files has **changed**.
128128
So the first `migrate:fresh` takes awhile (depending on how many migrations you have), and then it's incredible fast.
129129

130130
Optionally you can set `USEFUL_TRAITS_SEED_AFTER_FAST_DB_REFRESH` to `true` if you like to seed your database after the migration.

0 commit comments

Comments
 (0)