2017 © Pedro Peláez
 

project skeleton

The mini Symfony skeleton

image

mini-symfony/skeleton

The mini Symfony skeleton

  • Thursday, December 8, 2016
  • by Edwin-Luijten
  • Repository
  • 1 Watchers
  • 2 Stars
  • 71 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 19 Versions
  • 13 % Grown

The README.md

Mini Symfony Skeleton

Mini Symfony is a skeleton based on Symfony Emtpy Edition and the Micro Framework Bundle., (*1)

Installation

composer create-project mini-symfony/skeleton my-project, (*2)

After the installation is finished you can visit your project eg. http://localhost/my-project/htdocs., (*3)

Wiki

Check the Wiki for tips/how to's, (*4)

Additions

Check that the bundle you want to use does not require symfony/framework-bundle., (*5)

Doctrine

https://github.com/Edwin-Luijten/mini-doctrine-bundle
composer require mini-symfony/mini-doctrine-bundle, (*6)

Benchmarks

Todo

  • [x] debug:container command
  • [x] debug:router command
  • [x] debug:event-dispatcher command
  • [x] debugbar
  • [x] create a separate package for the debug:command, Appbundle should be removable without losing functionality.
  • [x] Environment detection
  • [x] Installer

The Versions