InterviewSolution
Saved Bookmarks
| 1. |
What is faker in Laravel? |
|
Answer» Faker is a TYPE of module or packages which are used to create fake data for testing PURPOSES. It can be used to produce all sorts of data. It is used to GENERATE the given data types.
In Laravel, Faker is used BASICALLY for testing purposes. |
|