Laravel 11 tutorial in Hindi - Important Migration command for interview

preview_player
Показать описание
In this laravel 11 hindi video tutorial, we learn what is migration and what are important commands for migration in laravel tutorial a simple way. This video is made by anil Sidhu in the HIndi language.

steps of video
What is Migration
Make Table with Migration
Write code for Column Field
Migrate Database
Laravel 9 tutorial in hindi
Interview Question

Laravel 9 playlist in hindi

php artisan make:migration create_test5_table
php artisan migrate
php artisan migrate:reset
php artisan migrate:rollback --step 3
php artisan migrate:refresh
Рекомендации по теме
Комментарии
Автор

Please support me by subscribe, like and comment :) thank you

codestepbystep
Автор

1=>Put the migrated fileName like X, Y into the folderName like migratingFile
2=>php artisan migrate

faisalurrahman
Автор

Good Way to teach keey it up BTW sir kindly make whole ecommerce project in same way step by step and explain everything.. thank.s

revealyou
Автор

1. Make directory in migarattion
2. php artisan migrate

neerajsharma
Автор

yrr aik kam karna end me..request he ha bss apsy..k tutorials k end hony k bad aik PDF file bana dena jis me sarey interviews questions k answers hon

Umair-Sid
Автор

bro ye rollback ker do ya resset ker do kisi bhe migration ko to kiya us k anderr wala data waps ae ga usi migration ko dubara migrate kerty waqt ?

zeshansafdar
Автор

sir mera question yh hain ki agar koi table create kari hain ur usko migrate kar diya hain but agr usme app ek colum add karna chate ho toh firse migrate nhi hoti nthing to migrate yh show hota ur column bhi add nhi hota hain data base mein iski kya command hain

MayankRathore-qiqv
Автор

Sir your videos are ossm, Sir please to give me answer for that how to migrate two files??

parasjamwal
Автор

make a migration subfolder in migrations and place two migrations like client and job in that subfolder and excute that command php artisan migrate so that two migration file create successfully the answer of interview question

wasiqnaveed
Автор

question yo pucheyai sir jo aap vedio mai batayai ho sir aap

Entertainment-fvmy
Автор

hi sir can you please make videos for service container, dependency injection, service provider?

sangitarathod
Автор

We can move the selected migration files in a new folder and give the path to that folder in migrate command to create migration. Is it fine?

rahulvijayvargiya
Автор

i thing display the laravel7 table demo

Vikaskumar-urdi