Database seeding in Laravel 4 using randomuser.me
Introduction Database seeding in Laravel 4 can be quite cumbersome for things such as user information. Luckily there are tools that can help us with that! Recently I have been using http://randomuser.me/ for filling up my database with randomly generated user profiles. Configure...