Download the PHP package fabiencrassat/curriculumvitae without Composer
On this page you can find all versions of the php package fabiencrassat/curriculumvitae. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fabiencrassat/curriculumvitae
More information about fabiencrassat/curriculumvitae
Files in fabiencrassat/curriculumvitae
Informations about the package curriculumvitae
Fabien Crassat / Curriculumvitae Bundle
Welcome to the Curriculumvitae bundle - an experimental CV display with Symfony application that you can use to display your curriculum vitae.
Prerequisites
This version of the bundle requires Symfony 4.1+.
Installation
- Install Curriculumvitae Bundle
- Enable the bundle
- Import the routing file
Step 1: Install Curriculumvitae Bundle
Add the following dependency to your composer.json file:
Now tell composer to download the bundle by running the command:
Composer will install the bundle to your project's vendor/fabiencrassat
directory.
Step 2: Enable the bundle without flex
In a default Symfony application that uses Symfony Flex, bundles are enabled/disabled automatically for you when installing/removing them, so you don't need to look at or edit this bundles.php file.
Enable the bundle in the kernel:
Step 3: Import FabienCrassat CurriculumVitae Bundle routing
Finally, now that you have activated and configured the bundle, all that is left to do is import the routing file.
In YAML:
Or if you prefer XML:
Usage
Assets installation
View the result
Go to your site and add /cv, for example: http://localhost:8000/cv
[TO_CHECK] Documentation
The bulk of the documentation is stored in the Resources/doc/
directory in this bundle:
- Expose your custom Curriculum Vitae Files
- Custom your curriculum vitae
- Understand the link beetween xml file and twig variables
- Make the curriculum vitae beautiful with OrizoneBoilerplate
- Add Google Analytics in the OrizoneBoilerplate
- [TO_CHECK] Add an export PDF service
- [TO_CHECK] Protect your email and phone number
All versions of curriculumvitae with dependencies
symfony/asset Version ^4.1
symfony/browser-kit Version ^4.1
symfony/console Version ^4.1
symfony/css-selector Version ^4.1
symfony/dotenv Version ^4.1
symfony/framework-bundle Version ^4.1
symfony/serializer Version ^4.1
symfony/stopwatch Version ^4.1
symfony/twig-bundle Version ^4.1
symfony/yaml Version ^4.1