Download the PHP package roadiz/font-bundle without Composer
On this page you can find all versions of the php package roadiz/font-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download roadiz/font-bundle
More information about roadiz/font-bundle
Files in roadiz/font-bundle
Package font-bundle
Short Description Manage and expose web fonts with Roadiz CMS
License MIT
Informations about the package font-bundle
Roadiz Font bundle
Manage and expose web fonts with Roadiz CMS
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Configuration
- Create folders:
var/files/fonts
for fonts storage -
Add Flysystem storage definition
-
Copy and merge
@RoadizFontBundle/config/packages/*
files into your projectconfig/packages
folder -
Add bundle to doctrine entity mapping
- Create a new Roadiz role:
ROLE_ACCESS_FONTS
-
Add new
roadiz_rozier
admin sub-entry - Perform Doctrine Migrations to create
fonts
table
Contributing
Report issues and send Pull Requests in the main Roadiz repository
All versions of font-bundle with dependencies
doctrine/annotations Version ^2.0
doctrine/doctrine-bundle Version ^2.8.1
doctrine/doctrine-migrations-bundle Version ^3.1
doctrine/orm Version ~2.20.0
jms/serializer Version ^3.32.3
league/flysystem Version ^3.0
roadiz/models Version 2.5.*
roadiz/rozier Version 2.5.*
symfony/asset Version 6.4.*
symfony/cache Version 6.4.*
symfony/dotenv Version 6.4.*
symfony/expression-language Version 6.4.*
symfony/form Version 6.4.*
symfony/framework-bundle Version 6.4.*
symfony/http-client Version 6.4.*
symfony/intl Version 6.4.*
symfony/runtime Version 6.4.*
symfony/string Version 6.4.*
symfony/translation Version 6.4.*
symfony/twig-bundle Version 6.4.*
symfony/validator Version 6.4.*
symfony/yaml Version 6.4.*
twig/extra-bundle Version ^3.16
twig/intl-extra Version *
twig/string-extra Version *
twig/twig Version ^3.16