MENU

Fun & Interesting

30 Days to Learn Laravel, Ep 08 - Introduction to Migrations

Laracasts 17,371 1 year ago
Video Not Working? Fix It Now

It's time to move on to the subject of databases. In this lesson, we'll discuss Laravel migrations. You can think of migrations as PHP blueprints that determine your table structure. Homework: Create a new migration for a "comments" table that includes an "id", "user_id", and "body" columns. Run the migration from the command line to construct the table. Watch Full Series on: https://laracasts.com/series/30-days-to-learn-laravel-11 Watch thousands of videos, track your progress, and participate in a massive Laravel community at Laracasts.com. Laracasts: https://laracasts.com Laracasts Twitter: https://twitter.com/laracasts Jeffrey Way Twitter: https://twitter.com/jeffrey_way

Comment