Laravel Seeders Tutorial in Hindi / Urdu

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • In this tutorial you will learn Laravel seeders tutorial in Hindi, Urdu. You can learn how to seed real or fake data into database tables with Laravel seeder in Hindi and Urdu. You will also learn how to include JSON data into database tables with seeder in Laravel.
    ✅ Laravel Tutorial Playlist in Hindi / Urdu
    • Laravel 11 Tutorial Co...
    ✅ Laravel Projects
    www.yahoobaba....
    ✅ PHP Tutorial Playlist in Hindi / Urdu
    • ✅ PHP Tutorial in Hind...
    👉 Official Website
    www.yahoobaba.net/
    ✅ Follow us on Facebook
    / yahooobaba
    ✅ Follow us on Twitter
    / yahooobaba
    ✅ Follow us on Instagram
    / yahoo_baba
    #laravel #php #webdevelopment #yahoobaba

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

  • @ASHUTOSHKUMARSINGH-mq1kz
    @ASHUTOSHKUMARSINGH-mq1kz Год назад +16

    I request You . Please cover this Points In this tutorial :)
    1.> Caching
    2.> Queues and Jobs
    3.> Advanced Eloquent and DB Operations
    4.> Creating Artisan Commands
    5.> Events and Listeners
    6.> API Development
    8.> Authentication and Authorization

    • @shakilmalik2331
      @shakilmalik2331 Год назад +2

      plz teach us these topics in detail just like other.

    • @johnsteve1276
      @johnsteve1276 6 дней назад

      Where did you find that kind the concepts, dude?! Thanks in advance.

    • @irfansadiq5585
      @irfansadiq5585 3 дня назад

      right, we need these kind of stuff from you!

  • @Nouman-Hanif-Madani
    @Nouman-Hanif-Madani Год назад

    Playlist of Shopping website with help of Laravel : ruclips.net/video/umeu8VamcGI/видео.html

  • @ibrownlad
    @ibrownlad Год назад +2

    Man I have to say that there is no other better person than Yahoo Baba who teach Laravel better than him

  • @khushalmore5934
    @khushalmore5934 Год назад +2

    You are great at teaching. Please complete this series till advanced tutorial of Laravel.

  • @ayshamoria5074
    @ayshamoria5074 9 месяцев назад +1

    best video. there is no one who can teach you laravel so perfect like him.

  • @swapnilmane1599
    @swapnilmane1599 19 дней назад

    Best tutorials about Laravel ❤️

  • @ijazahmadkhan3898
    @ijazahmadkhan3898 5 месяцев назад

    ❤ its very fantastic playlist to learn full course laravel i am very sure to warch this play list but now its not complete i will waiting more lectures

  • @talhasheikh5966
    @talhasheikh5966 Год назад +2

    Plz Bhai Ap Daily Upload kiya karo video Take jaldi jaldi se Laravel khatam ho Aur React start ho Abhi jiss tarah bana rahe ho tutorial is se toh pura saal khatam hojaye ga sirf laravel main

  • @mustansarhussain7321
    @mustansarhussain7321 Год назад +7

    Sir when will be the full playlist of laravel will be completed?

    • @vladoks7965
      @vladoks7965 Год назад +1

      if you
      know laravel a little bit, you should know that this course is on its beginig now

    • @utkarshshuklacse
      @utkarshshuklacse Год назад +1

      May be 2 month

    • @YahooBaba
      @YahooBaba  Год назад +14

      Agle 10 videos mein laravel ka basics khatam ho jayega aur aap koi bhi project bana sakte hai. Baad ke jo bhi topics aayenge unme se sirf 10% topics he important honge.
      Important Topics hai laravel ke -> MVC, Pagination, Sessions. Bus yahi topics aane jaroori hai.

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

      ​@@YahooBabasir image kaise upload kre seeder ke throw

    • @YahooBaba
      @YahooBaba  Год назад +6

      @@codewithshaan007 Seeder ke through Image upload nahi hota hai. Hum seeder ke through sirf image ka NAME save karte hai database mein jaise hum PHP mein karte hai. Image pehle se he aapko "public" folder mein "images" folder bana ke save karni hongi. Bus images ka name he hum database table mein store karayenge.

  • @Kodil-jx2hp
    @Kodil-jx2hp 2 месяца назад

    Pansota-43 form Pakistan
    This tutorial covers Laravel Seeder, a tool used to insert initial data into a database. It demonstrates creating a model, seeder file, and inserting data using both manual and factory methods. The video also discusses the benefits of using the factory method and provides a practical example of inserting multiple records.
    Key moments:
    00:03 In this video tutorial, we learn about creating models in Laravel for database coding. The process involves steps like creating data, migrating data, and using factories for initial data setup.
    -Exploring the process of creating and setting up models in Laravel for database coding.
    -Understanding the significance of seeding data and using factories for initializing data in Laravel models.
    -Distinguishing between the two methods provided by Laravel for data insertion - seeding and using factories.
    06:03 The video explains the process of creating a table in a database, inserting data, and running files in a practical demonstration. It also covers creating model files and running commands for data insertion.
    -Demonstration of creating a table with columns for ID, name, and email, and inserting values into the table.
    -Explanation of creating model files, running commands for data insertion, and naming files based on database tables.
    -Practical demonstration of creating model files, checking folders for model files, and running commands for data insertion.
    12:10 The video demonstrates the process of setting up a database and running commands in a coding environment. It shows how to include data, run migrations, and manage records efficiently.
    -Setting up a database and organizing folders for data storage.
    -Running commands to include data, perform migrations, and manage records.
    -Demonstrating the process of opening and accessing files in a coding environment.
    18:13 The video demonstrates how to use the collect method in Laravel to efficiently loop through and manipulate data, showcasing the creation of variables and methods within a class.
    -Exploring the use of collect method in Laravel for data manipulation and looping efficiently.
    -Creating variables and methods within a class to handle data operations effectively.
    -Utilizing insert method to add data to a database table and demonstrating the iterative process for each value.
    24:17 The video demonstrates how to remove data, add new records, and run commands for database migration using PHP artisan commands and Laravel. It also shows how to create and include external files for heavy data processing.
    -Demonstration of removing data, adding new records, and running commands for database migration using PHP artisan commands and Laravel.
    -Creating and including external files for heavy data processing in Laravel.
    30:24 The video demonstrates coding steps for data manipulation using Laravel framework, including loading files, recording data, and running migration commands.
    -Explaining the process of loading and recording data from files using Laravel framework.
    -Utilizing methods like 'collect' and 'create' for data manipulation and migration in Laravel programming.
    -Demonstrating the use of loops and methods like 'seed' and 'migrate' for database management and data manipulation.
    36:29 Creating fake data using Laravel's helper functions can be done easily by following specific methods demonstrated in the video. The video also hints at exploring more formats and related functions in upcoming content.
    -Demonstrating the process of creating fake data using Laravel's helper functions and methods within the code.
    -Exploring the concept of loops and incrementing values while generating fake data in the context of Laravel.
    -Previewing the availability of different formats and functions for creating fake data in Laravel, encouraging further exploration by the audience.
    44:32 In this video, the process of integrating fake data into factory format is explained. Viewers are encouraged to watch the tutorial for a better understanding and to like the video for more regular updates.
    -Different file formats related to the process will be covered in the next video.
    -Commands for running specific serial files and flags for production servers are discussed.
    -Instructions on how to force run specific files and flags for successful execution are provided.
    Generated by Pansota-43 form Pakistan

  • @AmanUllah-qz8ik
    @AmanUllah-qz8ik 2 месяца назад

    Very useful video

  • @user-qi4eo6xr3w
    @user-qi4eo6xr3w Год назад

    EAST OR WEST LARAVEL KNOWLEDGE PROVIDE BY YAHOO BABA iS THE BEST

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

    I am biggest follower and fan of yours. Very clear and good explanation. Its my request to you to please make videos on Laravel Security, Laravel 10 New Features and Laravel Deployment.

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

    Sir please m apka html course dekh chuka hu jo apne 5 year pehle dala tha uske baad css and javascript bhi dekha mene boht enjoy kra or apne boht ache se samgjaya app please React pr bhi ek course bna do. And thank you sir for your work. #React

  • @MuhammadMustafa-bn7sz
    @MuhammadMustafa-bn7sz 4 месяца назад

    very help full

  • @ZikreMustafaSAW
    @ZikreMustafaSAW 6 месяцев назад

    Good Tutorial

  • @tech_youtuber05
    @tech_youtuber05 3 месяца назад

    thankx

  • @Maxmotivational
    @Maxmotivational Год назад +1

    Sir please 1 ya 2 projects bhi last me create karwadijiyega with admin panel please sir...

  • @w3techbd
    @w3techbd 7 месяцев назад

    Thank you sir

  • @AbdulRehman-ul9hc
    @AbdulRehman-ul9hc 4 месяца назад

    I am currently using Laravel 11. When I use the create method to generate fake data, it doesn't work, whereas it works perfectly with insert.

  • @SudaisSahibzada-li9br
    @SudaisSahibzada-li9br Год назад

    Big fan from Afghanistan 🇦🇫

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

    Yahoo sir. Thanks u So Much ❤

  • @mahendrasingh-oq2jr
    @mahendrasingh-oq2jr Год назад +1

    Dear sir, kya hm PHP ke saare procedural based project and OOP's based projects ko LARAVEL se bna skte hai...? Agr LARAVEL me PHP ke sare type k project bna skte hai to kya LARAVEL me hi project banana chahiye...?🙏

    • @YahooBaba
      @YahooBaba  Год назад +1

      Yes hum PHP based kisibhi tarha ke projects Laravel mein bana sakte hai. Dekhye agar bhut chote projects hai toh woh Laravel mein banane ke koi zaroorat nahi hai lekin baki sabhi tarha ke projects hume Laravel mein he banane chahiye.

  • @sufiyanmogal1527
    @sufiyanmogal1527 5 дней назад

    can anybody suggest some project tuts for laravel beacuse this playlist is full of tutorial not implementation

  • @shubhamsharma-ru4sr
    @shubhamsharma-ru4sr Год назад +1

    Sir ese hi react node pr bhi tutorial bna do sir please

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

      After completing Laravel course... :)

  • @sajeelwebdev
    @sajeelwebdev 25 дней назад

    Why we make model file and add the path of model file in seeders file?

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

    Sir that's great

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

    sir mry pass ya sb function ki sugesstion ni ati vs code mai ap kon c extensian use krty hain like is mai collect function use kia ap nay or file add ki koi bh suggestion ni ati
    ? kindly tell

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

      main jo bhi extensions use karta hun woh maine already Laravel course ki 3rd video ki description mein daali hue hai. Check the description of 3rd video.

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

      @@YahooBaba sir sari download ki hoi hain but function or methods wagara ki sugestion ni ati khud likhny say spelling mistake hojtin hain

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

    can we create an excel file and add the data i nthe database via seeder ?? please answer

  • @darshilpatel7645
    @darshilpatel7645 Год назад +1

    16:48 pe refresh karne ke bad bhi pahle vala hi error aata hai!!!
    Unknown column in 'updated_at'.......
    And mene table se timestamp vala column remove kar diya hai

  • @RahulMishra-qb1yn
    @RahulMishra-qb1yn Год назад +1

    Nice

  • @CollegeTubeBrw
    @CollegeTubeBrw 10 месяцев назад

    I am getting error on Class "illuminate\Support\Facades\File" not found. how to fix?

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

    Sir. Stay with Your Classes

  • @syedzain-ur-rehmangillani5533
    @syedzain-ur-rehmangillani5533 5 месяцев назад

    Level😎😎😎

  • @Baloch7704
    @Baloch7704 Месяц назад

    Sir g mera pas error arha hai jab seeding ka command chalar ha hu
    Base table or view not found sql bal bla bla
    Jitna dekha chat gpt kiya kuch be kiya errir nahi ja raha please help out

    • @YahooBaba
      @YahooBaba  Месяц назад

      Send me the screen shot at my email id : hello@yahoobaba.net

    • @Baloch7704
      @Baloch7704 Месяц назад

      @@YahooBaba ok sir

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

    hello, yahoo baba greetings from Gilgit Baltistan. hopefully, you r fine and doing well. sir marai pass Laravel ka pora project hai jo mai nai youtube c download kia hai abi mai us ko apnai system hai kaisai run kro mtlb us mai sara frontend & backend sab kxh ready hai r db c related sari files availabe hai soo please hint doo k mai kaisai us ko apnai system ma chalao

  • @Nouman-Hanif-Madani
    @Nouman-Hanif-Madani Год назад

    add shopping website project in the laravel tutorial
    and also add api tutorial in laravel

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

    The Best

  • @manishkushwaha-je6xy
    @manishkushwaha-je6xy Год назад

    sir pls api ka use kaise krte h laravel me and kaise create krte h ye bhi tutorial bana dijiyega is course me.

  • @manishkushwaha-je6xy
    @manishkushwaha-je6xy Год назад

    sir if hamne koi website live kr di h and usme hum kuch artisan comand run krna chahte h to wo terminal kaise access krenge.

    • @YahooBaba
      @YahooBaba  Год назад +1

      Read this article for that :
      www.scratchcode.io/run-php-artisan-commands-on-shared-hosting-servers/

  • @pardeepsaini8127
    @pardeepsaini8127 3 месяца назад

    Sir me laravel videos dekh raha hu lekin abhi bhi me biginer hu to mujhe pta mahi backend ka pura kaam kaise hota h....and website live kaise chalti and data kaise aata hai and user ko kaise recieve hota h...plzzz ye doubt clear kar do

    • @YahooBaba
      @YahooBaba  3 месяца назад

      Aap pehle PHP course kijiye phir Laravel course karna. Kyu ki aapke basic concept clear nahi hai.

  • @thelineofheart
    @thelineofheart Месяц назад

    Please help me to solve this problem .
    Class "app\models\student" not found

    • @YahooBaba
      @YahooBaba  Месяц назад +1

      Aapne Student.php file nahi banayi hai "models" folder ke andar.

  • @oxforddictionaryvocab2715
    @oxforddictionaryvocab2715 26 дней назад

    Laravel 11 version ka premium batch launch layiye sir bahut need hai
    Kiyoki
    Fresher ko practice krte time broblem bhut aata hai

  • @praveensuthar6776
    @praveensuthar6776 10 месяцев назад

    Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state..
    Sir ye extension Install ki mene par ye error aa raha hai

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

    Sir kya laravel ke sare topics ke bbad aap project bhi create karwaige

  • @RahulYadav-yn7ep
    @RahulYadav-yn7ep 10 месяцев назад

    Sir jab me file likh raha hu to muje koi bhi Illuminate ka koi bhi suggestion nhi aa raha h what i do?

    • @YahooBaba
      @YahooBaba  10 месяцев назад

      Iske liye maine VS Code ki extension install ki hue hai. Jo bhi mein Laravel ki extension use karta hun unke names Laravel course ki 3rd video ki description mein de rakha hai.

    • @RahulYadav-yn7ep
      @RahulYadav-yn7ep 10 месяцев назад

      * PHP IntelliSense (Damjan Cvetko)
      * PHP Namespace Resolver ( di Hassan)
      * Laravel Extra Intellisense (amir)
      * laravel-blade (Christian H )
      * Laravel Blade Snippets (Winnie Lin)
      * Laravel goto view (codingyu)
      Sir me ne yh sab install kiya h phir bhi suggestion nhi aa raha h

  • @bepositive01239
    @bepositive01239 8 месяцев назад

    Call to Undefined function Database/Factories/fake() 39:30
    ye error kyun aa rha h?

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

    Sir please make video on c# blazor

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

    Sir..react ke bhi tutorial banaiye

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

    Sir g jb ap File class use krty hm to ap ko suggestion show ho jati muja ni ho rhee ma na extensions v all install ki hoi

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

      I have install all these extensions :
      VS Code Extensions for Laravel Development :
      1) PHP IntelliSense (Damjan Cvetko)
      2) PHP Namespace Resolver (Mehedi Hassan)
      3) Laravel Extra Intellisense (amir)
      4) laravel-blade (Christian Howe)
      5) Laravel Blade Snippets (Winnie Lin)
      6) Laravel Snippets (Winnie Lin)
      7) Laravel goto view (codingyu)
      8) Laravel Goto (Adrian)
      9) Laravel Artisan (Ryan Naddy)
      10) MySQL (Weijan Chen)

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

      @@YahooBaba thank you so much sir g

  • @nontechbg
    @nontechbg 2 месяца назад

    6 July 2024 👍👍👍👍

  • @princesukhala7106
    @princesukhala7106 9 месяцев назад

    31:00 min

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

    Amp pages make use HTML video make plz sir🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

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

    SIR Middleware KA VEDIO KAB TAK AAGEGA

  • @daudkhalid201
    @daudkhalid201 10 месяцев назад

    Sir will you plz provide your notes/PPT file

    • @YahooBaba
      @YahooBaba  10 месяцев назад +1

      All PPTs are available on our website : www.yahoobaba.net

  • @fscubetech7219
    @fscubetech7219 Год назад +1

    Hello

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

    sir x component or slot x-layout vidio anne he abi?

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

    Bhai next.js 13.4 kB start KR rahy Hain??

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

      Abhi nahi ..... NextJS mein abhi kafi time lagega.

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

    form k through data kese insert krte hein?

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

      Yeh topic bhi aane wala hai.

  • @rkwolf245
    @rkwolf245 3 месяца назад

    32:00 extension Plz

    • @YahooBaba
      @YahooBaba  3 месяца назад +1

      See the description of 3rd video of the Laravel Playlist :
      ruclips.net/p/PL0b6OzIxLPbz7JK_YYrRJ1KxlGG4diZHJ

    • @rkwolf245
      @rkwolf245 3 месяца назад

      @@YahooBaba All installed But Still not Working ? Any Solution

    • @YahooBaba
      @YahooBaba  3 месяца назад +1

      @@rkwolf245 What is not working ?

    • @rkwolf245
      @rkwolf245 3 месяца назад

      @@YahooBaba check 32:00 File auto add above. 🥺

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

    Sir Api par be project banaye gha Laravel ma

    • @YahooBaba
      @YahooBaba  Год назад +1

      Sure :)

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

      @@YahooBaba 🖤 Thanks I already make project Weather App I need need a different projects where I can learn something new

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

    Sir fake data seeder ke sath kyo ni use krte .. aapne kiya tu h sir

    • @YahooBaba
      @YahooBaba  Год назад +1

      Aisa nahi ke ki nahi kar sakte lekin Laravel walo ne he dono kaam karne ke liye 2 procedures banaye hai. Dono kaam se mera matlab hai Real and Fake data.
      Next video mein aapka yeh concept bhi clear ho jayega ki fake data ke liye Factory procedure kyu best hai.

  • @muhammadyousaf2876
    @muhammadyousaf2876 3 месяца назад

    kindly video start krne se phle bata diya kroo k prior knowledge isme lage ki k nahi kyiue k isse pichli video me jo kuch vi bataya wo bohat hi basic tha or sub atta tha mjhe

  • @MuhammadMustafa-bn7sz
    @MuhammadMustafa-bn7sz 4 месяца назад

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

    I request You . Please cover this Points In this tutorial :)
    1.> Caching
    2.> Queues and Jobs
    3.> Advanced Eloquent and DB Operations
    4.> Creating Artisan Commands
    5.> Events and Listeners
    6.> API Development
    8.> Authentication and Authorization