_stefanzweifel’s avatar_stefanzweifel’s Twitter Archive—№ 2,658

  1. …in reply to @christophrumpel
    @christophrumpel I've done that before but not the biggest fan. Nowadays I use seeders that use Model::firstOrCreate(). Seeders are run on each deployment automatically. Other devs learn to re-seed the database when something changes. + LocalEnvSeeder to fill local database with test data.