2017 © Pedro Peláez
 

symfony-bundle core-bundle

Symfony SKCMS Core Bundle by SOLID-kiss

image

skcms/core-bundle

Symfony SKCMS Core Bundle by SOLID-kiss

  • Thursday, April 19, 2018
  • by kokmok
  • Repository
  • 1 Watchers
  • 0 Stars
  • 55 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SKCMS-Core

This package is currently under development, more documentation and features will come soon., (*1)

The Core bundle of SKCMS for Symfony2

Installation

Download dependecies via composer

use php composer.phar instead of composer on Windows, (*2)

composer require FOS/user-bundle:2.0.x-dev SKCMS/core-bundle:dev-master SKCMS/front-bundle:dev-master SKCMS/tracking-bundle:dev-master SKCMS/admin-bundle dev-master

Install and quick configure SKCMS

Add this line to AppKernel.php, (*3)

 new \SKCMS\CoreBundle\SKCMSCoreBundle(),

This will update and backup original versions of config.yml, security.yml,routing.yml and AppKernel.php, (*4)

php app/console skcms:install

Usage

Create SKCMS compatible entities

This only works with annotation format., (*5)

php app/console skcms:generate:entity

Create SKCMS compatible entity form type

php app/console skcms:generate:form BundleName:Entity

The Versions