Answers for "PHP Fatal error: Call to undefined function factory() in Psy Shell code on line 1, LARAVEL 8 Issue solved"

0

PHP Fatal error: Call to undefined function factory() in Psy Shell code on line 1, LARAVEL 8 Issue solved

$ php artisan tinker
>>> User::factory()->count(100)->make();
Posted by: Guest on June-03-2021

Code answers related to "PHP Fatal error: Call to undefined function factory() in Psy Shell code on line 1, LARAVEL 8 Issue solved"

Browse Popular Code Answers by Language