php
use SaschaSteinbrink\LaravelCsvFileSeeder\LaravelCsvFileSeeder;
// ...
public function run()
{
// $this->call(UsersTableSeeder::class);
$this->call(LaravelCsvFileSeeder::class);
}
php artisan db:seed
bash
php artisan csv:export -z true -a "dbExport"
bash
php artisan csv:export -x "migrations,users"
config/laravel-csv-file-seeder.php
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.