Skip to content

dipsor/csv-faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIPSOR/CSV-FAKER

Build Status codecov

Creates commands for laravel.

csv:faker:new // uses default option --load=a

- User has to interact in the console.

csv:faker:new {--load=s} {filename?} {rows?} {columns?}

- User uses the command with arguments.
- Ex: csv:faker:new {--load=s} table 15 name:firstname,surname:lastname,email:email
    - will create csv file table.csv with 15 rows and 3 columns. 
    - columns need to be in form: columnName:fakerPropertyName.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages