Seeds Class

Aurora\Database\Seeds Namespace


Methods

seed

Seed the database

Parameters

  • string $seeder — Seeder class name

Return Value

  • void

Signature

public function seed(string $seeder): void

Go to top