I\'m trying Laravel for the first time after reading an announcement of the Laravel4 beta releasing.
I followed these steps I installed composer and laravel with all
I like this method better than changing permissions to 777. Set Apache to run as you.
In terminal type id to get uid=123(Myname).
id
uid=123(Myname)
Open /etc/apache2/httpd.conf and edit it to use your username.
User Myname Group staff
Back to terminal: sudo apachectl restart
sudo apachectl restart