Laravel 12 Rollback a Specific Migration

Laravel 12 Rollback a Specific Migration

In this post titled “laravel 12 rollback a specific migration” , I will show you how to rollback a specific migration in laravel 12 application, step by step with example. This example works with laravel 7, laravel 8, laravel 9, laravel 10, laravel 11, and laravel 12. In this example, you’ll learn how to: In … Read more

Laravel 12 Create, Skip, Run and Rollback Migrations

Laravel 12 Create, Skip, Run and Rollback Migrations

In this post ‘Laravel 12 Create, Skip, Run and Rollback Migrations’, I will show you how to create migrations, rollback a specific migration, and run a specific migration file. In this laravel tutorial, I will show you step by step with examples how to create, skip, run, and rollback migrations. What is a Migration in … Read more