for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
function core()
{
return app('duck-funk-core');
}
function faker($property = null)
$faker = \Faker\Factory::create();
if ($property) {
return $faker->{$property};
return $faker;