2017 © Pedro Peláez
 

symfony-bundle cmfbundle

Symfony2 based CMF

image

novuscom/cmfbundle

Symfony2 based CMF

  • Tuesday, July 11, 2017
  • by novuscom
  • Repository
  • 2 Watchers
  • 4 Stars
  • 86 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 17 Open issues
  • 39 Versions
  • 0 % Grown

The README.md

Novuscom CMF

CMF на Symfony2, (*1)

SensioLabsInsight, (*2)

Установка

Устанавливаем Composer

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

Подробнее про уставноку composer https://getcomposer.org/download/, (*3)

Устанавливаем Symfony

Выполняем следующие команды в корне сайта (на примере Ubuntu), (*4)

composer create-project symfony/framework-standard-edition site.local, (*5)

(php composer.phar create-project symfony/framework-standard-edition site.local), (*6)

Более подробная и актуальная информация об установке Symfony2 - http://symfony.com/download, (*7)

Устанавливаем Novuscom.CMF

Страница пакета на сайте packagist.org https://packagist.org/packages/novuscom/cmfbundle, (*8)

  1. В блоке require файла composer.json добавляем следующие пакеты:, (*9)

    "novuscom/cmfbundle": "^0.0.7",
    "gedmo/doctrine-extensions": "^2.4",
    "friendsofsymfony/user-bundle": "dev-master",
    "knplabs/knp-paginator-bundle": "^2.5",
    "helios-ag/fm-elfinder-bundle": "^6.0",
    "stfalcon/tinymce-bundle": "^0.4.0",
    "symfony/assetic-bundle": "^2.7",
    "knplabs/knp-menu": "^2.1",
    "knplabs/knp-menu-bundle": "^2.1",
    "apy/breadcrumbtrail-bundle": "dev-master",
    "liip/imagine-bundle": "^1.4",
    "openlss/lib-array2xml": "^0.0.10",
    "guzzlehttp/guzzle": "^6.2"
    
  2. Выполняем команду composer update (php composer.phar update), (*10)

    Composer поставит зависимости., (*11)

  3. Добавляем в app/AppKernel.php строчки, (*12)

    new Novuscom\CMFBundle\NovuscomCMFBundle(),
    new Novuscom\CMFUserBundle\NovuscomCMFUserBundle(),
    new FOS\UserBundle\FOSUserBundle(),
    new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
    new FM\ElfinderBundle\FMElfinderBundle(),
    new Stfalcon\Bundle\TinymceBundle\StfalconTinymceBundle(),
    new Knp\Bundle\MenuBundle\KnpMenuBundle(),
    new APY\BreadcrumbTrailBundle\APYBreadcrumbTrailBundle(),
    new Liip\ImagineBundle\LiipImagineBundle(),
    
  4. Содержимое файла app/config/config.yml, (*13)

    imports:
    - { resource: "@NovuscomCMFBundle/Resources/config/config.yml" }
    - { resource: "parameters.yml" }
    
  5. Содержимое файла app/config/routing.yml, (*14)

    NovuscomCMFBundle:
      resource: "@NovuscomCMFBundle/Resources/config/routing.yml"
    
  6. Выполняем команды php bin/console doctrine:schema:update --dump-sql и затем php bin/console doctrine:schema:update --force, (*15)

  7. php bin/console cache:clear --env=prod --no-debug, (*16)

    composer dump-autoload --optimize, (*17)

    php bin/console cache:clear --env=prod --no-debug, (*18)

    php bin/console cache:clear, (*19)

  8. example.com/admin, (*20)

The Versions

11/07 2017

dev-master

9999999-dev https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

by Alexander Averichev

cmf cmf bundle

24/10 2016

0.0.7.10

0.0.7.10 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

09/09 2016

0.0.7.9

0.0.7.9 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

08/06 2016

0.0.7.8

0.0.7.8 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

30/05 2016

0.0.7.7

0.0.7.7 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

30/05 2016

0.0.7.6

0.0.7.6 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

30/05 2016

0.0.7.5

0.0.7.5 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

23/04 2016

0.0.7.4

0.0.7.4 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

12/04 2016

0.0.7.3

0.0.7.3 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

11/04 2016

0.0.7.2

0.0.7.2 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

10/04 2016

0.0.7.1

0.0.7.1 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

10/04 2016

0.0.7.0

0.0.7.0 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

18/01 2016

0.0.6.9

0.0.6.9 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

17/01 2016

0.0.6.8

0.0.6.8 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

10/01 2016

0.0.6.7

0.0.6.7 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

The Requires

 

by Alexander Averichev

cmf cmf bundle

05/01 2016

0.0.6.6

0.0.6.6 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

by Alexander Averichev

cmf cmf bundle

07/12 2015

0.0.6.5

0.0.6.5 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

by Alexander Averichev

cmf cmf bundle

19/11 2015

0.0.6.4

0.0.6.4 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

by Alexander Averichev

cmf cmf bundle

09/11 2015

0.0.6.3

0.0.6.3 https://github.com/novuscom/CMFBundle

Symfony2 based CMF

  Sources   Download

MIT

by Alexander Averichev

cmf cmf bundle