Skip to content

alexanderkram/symfony-standard-edition

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.2%
  • ApacheConf 18.1%
  • HTML 8.2%
  • JavaScript 7.8%
  • CSS 0.7%