shield-wall/curriculum-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

v0.3.0 2022-08-26 15:29 UTC

This package is auto-updated.

Last update: 2023-03-26 16:50:29 UTC


README

Simple curriculum template using twig

Install

composer require shield-w4ll/curriculum-bundle

Usage

    return $this->render('@!Curriculum/cv01/index.html.twig', [
        AddressInterface::INDEX => $address,
        CertificationInterface::INDEX => $certifications,
        EducationInterface::INDEX => $educations,
        ExperienceInterface::INDEX => $experiences,
        SkillInterface::INDEX => $skills,
        SocialNetworkInterface::INDEX => $socialNetworks,
        SpeakLanguageInterface::INDEX => $speakLanguages,
        UserInfoInterface::INDEX => $userInfo,
    ]);

Dev

How to test locally?

make up

Open one of the links bellow

Note: try to use the resolution with width equals 1024 in your browser, it'll help you have a better idea how it'll be in the PDF

and if you want to change the data locally, change the file tests/App/data.json