Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

alexbrouwer/s2-zero-app

Repository files navigation

Symfony2 Application

  1. Installing

git clone git@github.com:alexbrouwer/s2-zero-app.git

php composer.phar install

HTTPDUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\  -f1`
sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX var/cache var/logs
sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX var/cache var/logs

What's inside?

Defaults:

  • Twig is the only configured template engine;
  • Doctrine ORM/DBAL is configured;
  • Swiftmailer is configured;
  • Annotations for everything are enabled.
  • Translations are turned on
  • Both REST and 'normal' routes are supported
  • REST data can be serialized to JSON (default) or XML

It comes pre-configured with the following bundles:

About

Symfony2 application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published