09 - Laravel Basics - Laravel Migrations

Опубликовано: 06 Август 2026
на канале: devdojo
739
17

https://devdojo.com/ninja - Learn how to create your own Software as a Service in my Ninja Training Program.

In this video you will learn about Laravel migrations. Migrations allow us to keep our database schema in code. This means that we can version control our database tables and we don't have to worry about adding a new database column and then having other developers manually add that column themselves. Using Laravel migrations makes keeping the same database schema across developers and environments a breeze!

Be sure to visit the official Laravel Migrations documentation at https://laravel.com/docs/migrations

Additionally, if you would like to learn to code your own Software as a Service using the Laravel framework I would like to encourage you to check out my latest course at SAAS Adventure https://saasadventure.io

Thanks for watching ;) be sure to subscribe!