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 406cf51 commit dd6efe4Copy full SHA for dd6efe4
README.md
@@ -122,9 +122,8 @@ $class::select('foo')->fromYesterday()->first()->toArray(); // return ['foo' =>
122
123
---
124
125
-Credits to [Mayahi](https://mayahi.net/laravel/make-refresh-database-trait-much-faster/).
126
-
127
This is a trait which makes the migration of your database in your test suite much, much faster!
+The base idea comes from [Mayahi](https://mayahi.net/laravel/make-refresh-database-trait-much-faster/).
128
It basically only migrates your database if the migration files has changed.
129
So the first `migrate:fresh` takes awhile (depending on how many migrations you have), and then it's incredible fast.
130
0 commit comments