skcms/core-bundle

Symfony SKCMS Core Bundle by SOLID-kiss

Installs: 93

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2023-04-07 08:36 UTC

This package is auto-updated.

Last update: 2024-05-07 10:48:14 UTC


README

This package is currently under development, more documentation and features will come soon.

The Core bundle of SKCMS for Symfony2

Installation

Download dependecies via composer

use php composer.phar instead of composer on Windows

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

 new \SKCMS\CoreBundle\SKCMSCoreBundle(),

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

php app/console skcms:install

Usage

###Create SKCMS compatible entities This only works with annotation format.

php app/console skcms:generate:entity

###Create SKCMS compatible entity form type

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