hello I want to install laravel on my local macbook and i did do the following.. I installed laravel with composer. I installed php5-mcrypt with macports and I think its loaded ( seeing the php.ini file )
After this when i go to where the laravel is installed /localhost/~user/laraveldir/
instead of getting the index page I just see all the files the public folder I can't see tho.. and that is the part where index.php is located. Can anyone tell me how to solve this?
**Additional I have found out that I have 2 php "servers" on my macbook the one that is in /opt/local/bin/php and this is version 5.3.15 but the ini file says its 5.4.13 and this one is loaded from /usr/local/php5/bin/php Can I just remove one and keep the other one or does that not matter?