2017 © Pedro Peláez
 

project framework

The Sumocoders framework based on Symfony

image

sumocoders/framework

The Sumocoders framework based on Symfony

  • Thursday, June 21, 2018
  • by tijsverkoyen
  • Repository
  • 8 Watchers
  • 2 Stars
  • 109 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 1 Open issues
  • 76 Versions
  • 2 % Grown

The README.md

Sumocoders Framework

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight, (*1)

Installation

This is the SumoCoders Symfony Framework. You can install it using, (*2)

composer create-project -s dev sumocoders/framework .

Configuration

Initial database

Before you can do anything your database should be initialized., (*3)

app/console doctrine:migrations:migrate

Initial user

Add a user with, (*4)

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

You can now go to /en/login and login with the given user., (*5)

Configure migrations

When you start you should initialize the migrations:, (*6)

app/console doctrine:migrations:status

Bootstrap integration

We use ..., (*7)

See https://github.com/phiamo/MopaBootstrapBundle for more information., (*8)

Other

Frontend

Development

Putting your project online

Issues

The Versions