sumocoders / Framework

The Symfony version of the SumoCoders framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sumocoders Framework

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

Installation

This is the SumoCoders Symfony Framework. You can install it using

composer create-project -s dev sumocoders/framework .

Configuration

Initial database

Before you can do anything your database should be initialized.

app/console doctrine:migrations:migrate

Initial user

Add a user with

app/console sumocoders:multiuser:create <username> <password> <displayName> <email>

You can now go to /en/login and login with the given user.

Configure migrations

When you start you should initialize the migrations:

app/console doctrine:migrations:status

Bootstrap integration

We use ...

See https://github.com/phiamo/MopaBootstrapBundle for more information.

Other

Frontend

Development

Putting your project online

Issues

About

The Symfony version of the SumoCoders framework.

License:MIT License


Languages

Language:HTML 38.2%Language:PHP 31.9%Language:CSS 21.7%Language:JavaScript 6.2%Language:Ruby 2.0%