faker->unique()->numberBetween(1, 15); Storage::disk('uploads')->makeDirectory('Departments/' . $location); return [ 'name' => "Department" . $this->faker->unique()->firstName(), 'code' => $location, 'location' => 'Departments' . DIRECTORY_SEPARATOR . $location, 'user_id' => $this->faker->numberBetween('1', '2'), 'created_at' => Carbon::now() ]; } }