3

I just want to import some fake data for my music table like Genres(rap, pop, rock etc..) is it possible to define my own method ? Because I haven't found anything relevant to music

staskrak
  • 873
  • 2
  • 10
  • 22
Mwthreex
  • 913
  • 1
  • 11
  • 24

1 Answers1

2

I'm pretty sure what you're looking for is to add a new provider.

https://faker.readthedocs.io/en/master/#how-to-create-a-provider

There's also already a thread on this: How to implement your own Faker provider in Laravel

Ashton Spina
  • 474
  • 2
  • 7
  • 19