unifik/symfony-unifik

The Unifik CMF project

This package is not auto-updated.

Last update: 2024-04-13 13:30:52 UTC


README

Unifik is an open source CMF built to help developers create customs CMS, based on the Symfony2 framework.

It comes bundled with a complete CMS implementation that is highly extensible.

The project is currently under heavy developement.

Requirements

Installation

To install the project into the "unifik" folder, run the following terminal command and follow the instructions. When in doubt of the value of some parameter, just press enter to use the default value.

$ composer create-project --stability=dev unifik/symfony-unifik unifik
$ cd unifik
$ app/console unifik:install

Now that unifik is installed you may use PHP 5.4 built-in web server to start unifik with this command:

$ app/console server:run

Unifik is now accessible at http://localhost:8000