I followed the instruction on slim framework. Created a composer.json file in my directory
{
"require": {
"slim/slim": "2.*"
}
}
and run composer install file. I have the following directory structure now
As described in the documentation at slim framework i created an index.php file and require the vendor/autoload.php
But i am getting Class not found error.
Thanks