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

Laravel 8 tutorial in Hindi - connect with Database

Поделиться
HTML-код
  • Опубликовано: 12 сен 2020
  • In this laravel 8 hindi video tutorial, we learn how to configure MySQL database and get data from database table hindi. This video is made by anil Sidhu in the hindi language
    steps of video
    What is Config database
    Checkout Database
    Import DB class
    Fetch Data from MySQL
    Interview Question
    Laravel 9 tutorial in Hindi
    Laravel 9 in Hindi
    Playlist for Laravel 9
    • Laravel 9 tutorial in ...

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

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

    Please Support me by Subscribe, Like and Comment

  • @FaizanAmin_Faizi
    @FaizanAmin_Faizi 3 года назад +9

    Hi Anil brother,
    First of all thank you so much for all your efforts to teach us.
    I'm from Pakistan and having fun learning from you.
    But just 1 request or you can say complaint, many users already requested you to please mention numbers before all videos so that we could learn truly step by step.

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

    Yes, We can connect MongoDB with Laravel Project. In this case, we need to update .env file

  • @poojadevi-nq6mb
    @poojadevi-nq6mb 3 года назад +4

    yes we can connect different types of database also

  • @NareshKumar-xf6rl
    @NareshKumar-xf6rl 3 года назад +9

    Yes, we can add other database engines also. Currently four database support
    1) MySQL 5.6+
    2) PostgreSQL 9.4+
    3) SQLite 3.8.8
    4) SQL Server 2017+

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

      Good

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

      Can I Use MongoDB With Laravel? Yes! In fact, MongoDB is a great choice for Laravel projects.

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

    Anil sir,
    aapka Teaching skill bahut aacha hai...
    Ye laravel tutorial video series one of the best tutorial hai youtube par.
    Thank you sir...

  • @Roman-ro6fj
    @Roman-ro6fj 3 года назад +1

    Yes. We can add multiple databases and setup them in .env file

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

    by the wqay its good u getting errors so atleast we can learn how to read and act on errors

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

    i solve problem my self first i create a new laravel project
    -> then create a database connection its work properly .
    -> then i implement in my old project and i drop all database and then create new one and clear cache of laravel
    then i solve my problem

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

    Hii.. please make a video on laravel 8 sessions with database connection login page

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

    yes oracle and mongodb ko bhi ham connect kar sakte hai laravel ke saath q ke vo bhi database hi hai

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

    Good tutorial

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

    please tell me in which video the migration for member table is given?

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

    nice

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

    sir jalde jalde bny bki video b

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

    Are sir ji data ad krwane se pehle mysql configure krna to btaiye , phpmyadmin configure kese krna h laravel se ,
    Could not find driver exception throw kr raha h

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

    Why i am facing this error ( could not find driver (SQL: select * from users)) ?

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

      composer update
      composer require doctrine/dbal

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

      in your php.ini file remove semicolon " ; " extension=pdo_mysql then run php artisan migrate

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

      I'm facing the same error
      If you have got a solution ..plz let me know

  • @laraib.sheikh5982
    @laraib.sheikh5982 3 года назад

    This message come when I run .
    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel8.users' doesn't exist (SQL: Select * from users)

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

      create database and then table users in that database and enter some data

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

    Result just "empty bracket" show ho rhin han😢😢😢

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

    If I set the password then it shows error. What should I do?

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

    Phpmyadmin kaise access Hoga ya kaise banegi please help karodo..

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

      db can be created either with php my admin or mysql workbench i prefer workbench easy to use in both cases u need to download app xampp for phpmyadmin and workbench itself is a app then u can create db

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

    sir kitna video aiega is playlist me

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

      Bhai with project and api 100 video around

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

      @@codestepbystep Thanks, sir...

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

    How to fixed error could not find driver (SQL:select * from post)

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

    SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

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

    sir my database not connected its hold by default name when i execute so how ,to solve it
    my database name is :-demo
    i was changed in .env file
    error:-
    SQLSTATE[HY000] [1049] Unknown database 'laravel' (SQL: select * from Stu )

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

      Bhai apne .env file me database ka naam change ni kiya.. agr kiya h to php artisan ko restart kro

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

      I encountered same issue.
      Use below cammands,
      > php artisan config:clear
      > php artisan cache:clear
      This solved problem for me..

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

      @@codestepbystep kr liya lkin problem solve nhi ho rhi h

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

      @@kettec4372 yeh bhi kr liya but isse bhi nhi hui

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

      @@keshavagarwal8696 import your DB in controller use this in your controller:-
      use Illuminate\Support\Facades\DB;

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

    This video is out of order

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

    mera :driver could be found ..aah rha🥲