DavidBadura / symfony-standard-edition

Symfony Standard Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standard Edtion

Features

  • symfony3 structur (as far as known)
  • doctrine2 migrations
  • npm assets management
  • bootstrap3 framework

Installation

composer install
npm install

Run application

bin/console server:run

Assets

Your assets should be in assets folder and gulp should copy (minified and concated) it to the web directory. By installation your assets automaticaly will copied in the web directory. If you in development, you can watch your assets with following command:

# shortcut to run gulp watch ;-)
npm start

Tests

You should add your tests in the tests folder.

bin/phpunit

About

Symfony Standard Edition


Languages

Language:PHP 69.1%Language:ApacheConf 16.0%Language:HTML 7.3%Language:JavaScript 6.9%Language:CSS 0.6%