Home
Home

Use faker in Laravel Artisan Tinker

To use faker in Laravels artisan tinker, all you have to enter is:

$faker = Faker\Factory::create(); 

Related Posts

  • Update Laravel User Password Using The Command Line
  • Laravel - fix "1071 Specified key was too long; max key length is 1000" error
  • Install Laravel in Cloud9 PHP Workspace
  • Fix "No application encryption key has been specified." When Using Laravel
2021 by Sebastian Widmann | Privacy Policy | Site Notice