Rashad Mirza logo
Benefits of using Laravel Migration

Benefits of using Laravel Migration

Rashad Mirza Oct 18, 2020
If you are reading my blog, there is a big chance you already know I am developing websites, applications for over 15 years.
In earlier times, we used to use static PHP, MySQL to create "cool" websites.
I wish I had known Laravel for a long time, but 5-7 years is not so bad.

Today I am not going to talk about all the brilliant features of Laravel, instead I will try to write the benefits of using migrations.

So what are Laravel migrations?
Laravel migration helps you to create and maintain database tables from PHP, without a database manager such as phpMyAdmin, etc.

What are the benefits of using Laravel migration?