(31) Rollback Migrations in Laravel | How to Rollback Laravel Migrations in Laravel

preview_player
Показать описание
How to Rollback Migration in Laravel?
This example is focused on how to rollback migration in laravel. i would like to share with you how to revert migration in laravel. I’m going to show you about laravel migration rollback example. you can understand a concept of laravel migration rollback step 1.

i will simple example of how to rollback database migration using laravel migrate command. you can also migrate specific migration using step argument, also you can migrate rollback all migrations. let's see very simple examples how migration rollback is working.

you can use this commands with laravel 6, laravel 7, laravel 8 and laravel 9 version.

Rollback Last Migrations using Step:

you can pass --step option with rollback number of migration from last. here it will rollback last two migration.
php artisan migrate:rollback --step=2
Rollback All Migrations:

rollback all means it will reset all migration. so if you change anything on migration file then it will recreate and affect it.

Laravel series goal:
My goal with this Laravel series is to create a guide for those just learning Laravel. This guide will take you from the very beginning of an idea into a real deployable application.

Do you want to get learn more about the laravel, let's take eye on given below series.

Stripe Integration with Laravel cashier
Laravel step by step guide
Laravel Advance series
Laravel Multi role authentication
Laravel fullCalendar js series
Laravel Solutions series

#php
#phplaravel
#laravel
#webdevelopment
#cdl
#career_development_lab
#hadayatniazi
#coding
#technology
Рекомендации по теме
Комментарии
Автор

sir mene new new laravel p work start kia hai software house m do mahine intern ki bht pareshan rhi senior b corporative nh the but after two months finally i found your course thank you soo much for this amazing effort for us bht kch sikhne ko milra h please agy aik hotel management system bnana sikha den

MariaKhan-qhny