Skip to content

The Symfony version of the SumoCoders framework.

License

Notifications You must be signed in to change notification settings

bjorvack/Framework

 
 

Repository files navigation

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 fos:user:create --super-admin <username> <email> <password>

You can now go to /en/users/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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 32.1%
  • CSS 28.1%
  • PHP 25.7%
  • JavaScript 4.8%
  • CoffeeScript 4.3%
  • Ruby 4.1%
  • ApacheConf 0.9%