Call Faker in Tinker

Sometimes I need to generate fake content to manually test stuff. So this is small note about how to call Faker from Tinker.

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

Yep, that is so simple