Это видео недоступно.
Сожалеем об этом.

Laravel 11 tutorial in Hindi - Important Migration command for interview

Поделиться
HTML-код
  • Опубликовано: 20 сен 2020
  • 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
    • Laravel 9 tutorial in ...
    php artisan make:migration create_test5_table
    php artisan migrate
    php artisan migrate:reset
    php artisan migrate:rollback --step 3
    php artisan migrate --path=/database/migrations/2020_09_21_141958_create_test5_table.php
    php artisan migrate:refresh

Комментарии • 32

  • @codestepbystep
    @codestepbystep  2 года назад +4

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

  • @faisalurrahman3952
    @faisalurrahman3952 2 года назад +4

    1=>Put the migrated fileName like X,Y into the folderName like migratingFile
    2=>php artisan migrate --path/database/migrations/migratingFile

  • @neerajsharma3730
    @neerajsharma3730 3 года назад +5

    1. Make directory in migarattion folder----migrations/my_migration
    2. php artisan migrate --path=/database/migrations/my_migrations

    • @satyendramth
      @satyendramth 2 года назад +1

      it works and 2 tables have been created but I cant rollback. I i use php artisan migration:rollback it is saying -
      gration not found: 2022_02_05_125834_create_test4_table
      Migration not found: 2022_02_05_111806_create_test_table
      how to rollback if migration done using above method

    • @hunzlausman0000
      @hunzlausman0000 Год назад

      @@satyendramth try using --path on rollback too

  • @reveal4you104
    @reveal4you104 2 года назад

    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

  • @pkbissyer7751
    @pkbissyer7751 3 года назад +6

    Laravel ecommerce project sir 🙏🙏🙏🌹🌹

  • @akSingh_120
    @akSingh_120 Год назад

    Ultimate defined..

  • @parasjamwal4097
    @parasjamwal4097 3 года назад +1

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

  • @Umair-Sid47
    @Umair-Sid47 3 года назад +1

    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

  • @Himayatullah
    @Himayatullah 2 года назад

    Thanks alot

  • @zeshansafdar8669
    @zeshansafdar8669 2 года назад

    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 ?

  • @MayankRathore-qi7qv
    @MayankRathore-qi7qv Год назад

    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

  • @sangitarathod8663
    @sangitarathod8663 2 года назад

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

  • @Entertainment-fv9my
    @Entertainment-fv9my 3 года назад

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

  • @Vikaskumar-ur5di
    @Vikaskumar-ur5di 2 года назад

    i thing display the laravel7 table demo

  • @Codewithjs8
    @Codewithjs8 3 года назад

    Bro please upload Django tuturial

  • @rahulvijayvargiya4034
    @rahulvijayvargiya4034 3 года назад +2

    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?

    • @kohenmordechai5167
      @kohenmordechai5167 3 года назад

      I guess I am quite off topic but does anyone know a good place to stream new series online ?

    • @zaydenraphael9970
      @zaydenraphael9970 3 года назад

      @Kohen Mordechai try Flixzone. You can find it by googling :)

    • @atticuskoa416
      @atticuskoa416 3 года назад

      @Zayden Raphael Yea, been watching on Flixzone for since march myself =)

    • @briggsnixon460
      @briggsnixon460 3 года назад

      @Zayden Raphael Thank you, signed up and it seems like they got a lot of movies there :) I really appreciate it !!

    • @felipeclayton6710
      @felipeclayton6710 3 года назад

      @Kohen Mordechai No problem :)

  • @Cricketlover78630
    @Cricketlover78630 2 года назад

    How to run .env setup video link

  • @samitdigitalart
    @samitdigitalart 3 года назад +2

    Repeated, video 30 and 35 are same

  • @developersandeep6330
    @developersandeep6330 3 года назад

    sir laravel mai CMS kaisai banaye

    • @birsingh5388
      @birsingh5388 3 года назад

      Go through October cms, it’s built with laravel, you can study it and see how it’s made

  • @chirayuinamdar8417
    @chirayuinamdar8417 2 года назад

    video 34 and 39 are same. REPEATED

  • @yashrathore3137
    @yashrathore3137 3 года назад

    Repeated video

    • @codestepbystep
      @codestepbystep  3 года назад +1

      with which one?

    • @kamalkishore3126
      @kamalkishore3126 3 года назад +1

      @@codestepbystep Sir please post laravel advance series.
      and some video in hindi tutorial was missing i compared with english tutorial like middleare intro and formvalidation in blade template.