Posts

Showing posts from November, 2017

How database migration works in Laravel Framework

Laravel migration provides a method for creating the database and it is possible to modify the database. It is one of the most required ones. In Laravel migration you need not worry about the specific SQL syntax, that is creating tables for the database engine. Migration helps you to take back the most recent changes that you have made to a database. Read Full Article from http://www.laravelinterviewquestions.com/2017/11/migration-in-laravel.html