Welcome to Laravel video series. In this video series we gonna learn Laravel 5.2 by building simple app, Contact Manager from scratch. So we can show all contacts with pagination, add new contact, update contact, delete contact. Also upload photo for the contact.

In this part of video we gonna setup Laravel project, configure the database, create Table schema with Laravel Migration, Prepare some dummy data with Faker.