Download the PHP package coresite/corebundle without Composer
On this page you can find all versions of the php package coresite/corebundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download coresite/corebundle
More information about coresite/corebundle
Files in coresite/corebundle
Download coresite/corebundle
More information about coresite/corebundle
Files in coresite/corebundle
Vendor coresite
Package corebundle
Short Description Bundle contains blanks for the development of applications based on Symfony 3
License MIT
Homepage https://github.com/CoreSite/CoreBundle
Package corebundle
Short Description Bundle contains blanks for the development of applications based on Symfony 3
License MIT
Homepage https://github.com/CoreSite/CoreBundle
Keywords core
Please rate this library. Is it a good library?
Informations about the package corebundle
CoreBundle
Бандл содержит заготовки для разработки приложений на базе Symfony 3.
Установка и подключение
Установка:
$ composer require coresite/corebundle
Подключение:
// app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new CoreSite\CoreBundle\CoreSiteCoreBundle(),
);
// ...
}
}
All versions of corebundle with dependencies
PHP Build Version
Package Version
The package coresite/corebundle contains the following files
Loading the files please wait ....