Example #1
0
 /**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     //commented or non-set values will default to those set in database/migrations
     App\Constants::create(['n_ad_seeds' => 10, 'company_name' => 'Valkiria', 'company_description' => 'Inmobiliaria y fincas rĂºsticas', 'public_logo' => '1444230893024612_logo-valkiria.png', 'dashboard_logo' => '1444230893161418_logo-valkiria-2.png', 'company_email' => '*****@*****.**']);
 }
 /**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     //commented or non-set values will default to those set in database/migrations
     App\Constants::create(['n_ad_seeds' => 25]);
 }