Creating new service providers in Silex
问题 I've been using Silex for a while now without any issues. I've been able to add new services, create basic sites, etc. Unfortunately I'm stuck now on creating a new service from scratch... I'm not too sure what I'm doing wrong and I figured a nudge in the right direction would be useful right about now. I have a basic structure like this: cache resources src -app.php -autoload.php -config.php -controllers.php -etc vendor -assetic -Company -src -Postback.php <-- The classes I need to load