Laravel Tutorial Part 2 - Migrations and Artisan

This is my Laravel Tutorial Part 2 - Migrations and Artisan video to introduce you into creating migrations using Artisan in order to manage your database by writing PHP instead of SQL. We’ll be using the Schema Builder and Fluent Query Builder to interact with our database using Laravels migrations. You can download any related final source code for my video tutorials at my website:
Back to Top