Skip to content

box2unlock/symfony-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published