In our recent article I showed you about creating migration in laravel and sometimes after creating migration we want to rollback migrations so in this article i will show you to rollback migration in laravel. Laravel artisan have multiple options…

How to rollback a specific migration in laravel ?
In our recent article i wrote about creating migration in laravel and sometimes after creating migration we want to rollback a specif migration so in this article i will show you to rollback a specific migration in laravel. Laravel artisan…