coresite/corebundle

Bundle contains blanks for the development of applications based on Symfony 3

Maintainers

Package info

github.com/CoreSite/CoreBundle

Type:symfony-bundle

pkg:composer/coresite/corebundle

Statistics

Installs: 1 866

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

0.3.1 2017-09-18 11:39 UTC

This package is not auto-updated.

Last update: 2026-03-15 04:12:34 UTC


README

Бандл содержит заготовки для разработки приложений на базе Symfony 3.

Установка и подключение

Установка:

$ composer require coresite/corebundle

Подключение:

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new CoreSite\CoreBundle\CoreSiteCoreBundle(),
        );

        // ...
    }
}