Laravel 8 tutorial in Hindi - Show List from Database Table

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • In this laravel 8 hindi video tutorial, we learn how to fetch database table data and how an HTML page with MVC in a simple way. This video is made by anil Sidhu in the Hindi language
    steps of video
    Make Model
    Make Controller and View
    Fetch Data from DB table
    Show Data on Html Page
    Interview Question over Model
    Laravel 9 tutorial in Hindi
    • Laravel 9 tutorial in ...

Komentáře • 29

  • @codestepbystep
    @codestepbystep  Před 2 lety +2

    Please Support my by Subscribe, Like and comment. Thank you :)

  • @NareshKumar-xf6rl
    @NareshKumar-xf6rl Před 3 lety +10

    If your table is singular or has a different name so you have to define table name in Model like this: protected $table = 'your_table_name';

  • @ankitmanmode2474
    @ankitmanmode2474 Před rokem

    बहुत ही अच्छा पढ़ाते है आप सर।

  • @darjipavan5112
    @darjipavan5112 Před 3 lety

    Thanks sir Very nice series but sir project banaiye or sir template customise kaise karte hai ? Or sir login ka video banaiye sir

  • @chinmeshpatra142
    @chinmeshpatra142 Před 10 měsíci +1

    mention this in the class of model .
    public $table = "other table name";

  • @bhartirajput5535
    @bhartirajput5535 Před 3 lety +1

    Sir nice video nd nyc voice👍

  • @shivlochawala2562
    @shivlochawala2562 Před 3 lety +2

    Just add
    public $table = "table_name";
    In model file

  • @developerniks465
    @developerniks465 Před 2 lety +1

    if table name is diiferent fromm model name then under model we have to give public $table="tablename" under function

  • @polymorphic4401
    @polymorphic4401 Před 2 lety +2

    public $table='student_details'; and .env (file) DB_DATABASE=student

  • @codingstudio6195
    @codingstudio6195 Před 2 lety

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

  • @ashrafqureshi5381
    @ashrafqureshi5381 Před 3 lety +1

    sir aap bahut adhura course padha rahe he na to app ne login signup sahi se batya database connectivity or nahi Delete ka bina batay apne update ki vedio banadi

  • @AliAfzal-ct6qb
    @AliAfzal-ct6qb Před rokem

    Sir can you please tell me how to fetch data of one table into multiples pages in laravel

  • @parthkalariya2113
    @parthkalariya2113 Před 2 lety

    hello sir,
    sir how to print selected row of table with where condition in laravel
    sir please help me fast

  • @darjipavan5112
    @darjipavan5112 Před 3 lety +1

    Or , sir I request you sir please Laravel 8 me 1 project banaiye na sir please sir

  • @darjipavan5112
    @darjipavan5112 Před 3 lety

    Laravel 8 me template customise kaise karte hai ??

  • @mrmewatiroaster
    @mrmewatiroaster Před 2 lety +1

    medel
    protected $table='table name'

  • @koshurcoder
    @koshurcoder Před 2 lety

    This should be 23rd video..

  • @muizali5164
    @muizali5164 Před rokem

    just add this command in ur model file
    public $table="tablename";

  • @darjipavan5112
    @darjipavan5112 Před 3 lety

    Sir, Laravel 8 me login page banaye to login kaise karte hai ?

  • @dreamvenomyt9689
    @dreamvenomyt9689 Před rokem

    9:56
    Public $table="table name
    "

  • @arjunchouhan2598
    @arjunchouhan2598 Před 3 lety

    public $table="table_name";
    ye likna pdnga hame model ki under

  • @devendrasonker
    @devendrasonker Před 3 lety

    protected $table= tablename

  • @karamanabdullah
    @karamanabdullah Před 3 lety

    where is your db connection?

  • @adamkotwal1453
    @adamkotwal1453 Před 10 měsíci

    protected $table = "Table_Name";
    protected $primary_key = "Primary_key_Column";

  • @techjitendranadol9876
    @techjitendranadol9876 Před 2 lety

    model me jake $table = 'table_name' likh do ;

  • @2020piyushgoyal
    @2020piyushgoyal Před rokem

    Sir why you create table in advance? This is step by step tutorial but all your tables have already been made. You didn't migrate tables at all till now.

  • @Solanki493
    @Solanki493 Před 3 lety

    sir jab hem php content write karte hi color white hi raheta hi blue nahi hota output sahi hi je v issue hi sir kya......

  • @mohitkavad3921
    @mohitkavad3921 Před 3 lety

    public $table="table_name";