Бандл содержит заготовки для разработки приложений на базе Symfony 3.
$ composer require coresite/corebundle
// app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new CoreSite\CoreBundle\CoreSiteCoreBundle(),
);
// ...
}
}
How can I help you explore Laravel packages today?