Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Laravel factory creating tempory data

//Creates models without storing them in DB
$users = User::factory()->count(3)->make();
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #Laravel #factory #creating #tempory #data
ADD COMMENT
Topic
Name
9+7 =