Download the PHP package bestit/kitchensink-bundle without Composer
On this page you can find all versions of the php package bestit/kitchensink-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bestit/kitchensink-bundle
More information about bestit/kitchensink-bundle
Files in bestit/kitchensink-bundle
Package kitchensink-bundle
Short Description Helps you create a kitchensink incl. route, template and services.
License MIT
Informations about the package kitchensink-bundle
bestit/kitchensink-bundle
Helps you create a kitchensink incl. route, template and services.
Usage
This bundle provides you with a simple controller (/kitchensink) and service structure, to load a template, defined through the config, filled with the data from the dataprovider implementing the DataProviderInterface of this bundle.
Installation
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:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Configure the bundle
Step 4: Import routing files
All versions of kitchensink-bundle with dependencies
symfony/http-kernel Version ^3.1 || ^4.0 || ^5.0
symfony/dependency-injection Version ^3.1 || ^4.0 || ^5.0
symfony/config Version ^3.1 || ^4.0 || ^5.0
symfony/yaml Version ^3.1 || ^4.0 || ^5.0
twig/twig Version ^2.12 || ^3.0