git clone https://github.com/steven-/LaravelMvc MicroBlogLaravel4
cd MicroBlogLaravel4
php composer.phar install
Make the app/storage and public/avatars directories writable
chmod -R o+w app/storage
chmod -R o+w public/avatars
MySQL :
create database microblog_laravel4 default character set utf8 collate utf8_general_ci;
php artisan migrate:install
php artisan migrate
php artisan db:seed
At last you can browse to the /public directory to see the app. All users have the same password : "pass"