Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 849 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 849 Bytes

Symfony Micro Edition

Symfony with MicroKernelTrait. No annotations or YAML configs - just plain PHP files everywhere. Ideal for beginners and quick prototyping.

Contains Vagrant image with Ubuntu 16.04 LTS and PostgreSQL 9.5.

Quickstart

  1. vagrant up
  2. point your browser to: 192.168.10.10
  3. enjoy!

Database credentials

postgresql://postgres:postgres@localhost/symfony

Enabled bundles

  • FrameworkBundle
  • TwigBundle
  • DoctrineBundle
  • WebProfilerBundle (dev only)
  • AppBundle

Credits