linotype / symfony
Linotype Symfony bundle
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 117
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2.5
- ext-ctype: *
- ext-iconv: *
- ext-json: *
- doctrine/common: ^2.13 || ^3.0
- doctrine/dbal: ^2.10
- doctrine/doctrine-bundle: ^1.12|^2.0
- doctrine/doctrine-migrations-bundle: ^3.0
- doctrine/orm: ^2.6,>=2.6.3
- doctrine/persistence: ^1.3.3 || ^2.0
- linotype/installers: ^1.0
- nikic/php-parser: ^4.3
- symfony/asset: ^4.4|^5.0
- symfony/cache: ^4.4|^5.0
- symfony/config: ^4.4|^5.0
- symfony/console: 5.2.*
- symfony/dependency-injection: ^4.4|^5.0
- symfony/deprecation-contracts: ^2.0
- symfony/dotenv: 5.2.*
- symfony/event-dispatcher: ^4.4|^5.0
- symfony/filesystem: ^4.4|^5.0
- symfony/flex: ^1.3.1
- symfony/form: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/http-foundation: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/intl: ^4.4|^5.0
- symfony/polyfill-php73: ^1.13
- symfony/property-access: ^4.4|^5.0
- symfony/security-bundle: ^4.4|^5.0
- symfony/string: ^5.0
- symfony/translation: ^4.4|^5.0
- symfony/twig-bundle: ^4.4|^5.0
- symfony/uid: ^5.1
- symfony/yaml: 5.2.*
Requires (Dev)
- symfony/framework-bundle: ^4.4.17|^5.0
- symfony/maker-bundle: ^1.29
- symfony/phpunit-bridge: ^5.2
- symfony/twig-bundle: ^4.4.17|^5.0
- symfony/var-dumper: ^4.4.17|^5.0
README
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that 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:
$ composer require linotype/symfony
Step 2: Install a linotype project starter
Create a linotype repository project or use the official starter
$ composer require linotype/starter
Step 3: Edit config files
Create route config file to enable linotype routes system
// config/routes/linotype.yaml linotype: resource: '@LinotypeBundle/Resources/config/routes.yaml'
Change the default twig path to linotype project directory
// config/packages/twig.yaml twig: default_path: '%kernel.project_dir%/linotype'