Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View afoysal's full-sized avatar
🏠
Working from home

Muhammad Abu Foysal afoysal

🏠
Working from home
  • Dhaka, Bangladesh
View GitHub Profile
@afoysal
afoysal / data.json
Created July 9, 2019 13:32 — forked from hasinhayder/data.json
Wp Quick Configurator Data
{
"themes": [
"hello-elementor",
"wp-bootstrap-starter"
],
"plugins": [
"elementor",
"happy-elementor-addons",
"contact-form-7",
"woocommerce",
<?php
use Faker\Generator as Faker;
$factory->define(App\Applicant_skill::class, function (Faker $faker) {
return [
'applicant_id' => \App\Applicant::all()->random()->id,
'skill_id' => \App\Skills::all()->random()->id,
];
});