crynobone·14 anni fa·discussNot a micro-framework but with small learning-curve. IMHO that is a big win.
crynobone·14 anni fa·discuss1. You can use Doctrine bundle http://bundles.laravel.com/bundle/doctrine2. It's also available. http://bundles.laravel.com/search?q=twig3. Laravel focus on Event, so you can just set a listener to `laravel.language.loader` event and replace to anything you want it to be. Check http://www.keithloy.me/2012/04/yaml-config-files-in-laravel/4. Same with Logging, just change https://github.com/laravel/laravel/blob/master/application/c...