Laravel 8 tutorial in Hindi - Show List from Database Table

Поделиться
HTML-код
  • Опубликовано: 16 сен 2020
  • 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 ...

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

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

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

  • @NareshKumar-xf6rl
    @NareshKumar-xf6rl 3 года назад +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 Год назад

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

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

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

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

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

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

    Sir nice video nd nyc voice👍

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

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

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

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

  • @AliAfzal-ct6qb
    @AliAfzal-ct6qb Год назад

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

  • @polymorphic4401
    @polymorphic4401 2 года назад +2

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

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

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

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

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

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

    Laravel 8 me template customise kaise karte hai ??

  • @ashrafqureshi5381
    @ashrafqureshi5381 3 года назад +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

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

    This should be 23rd video..

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

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

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

    medel
    protected $table='table name'

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

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

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

    9:56
    Public $table="table name
    "

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

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

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

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

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

    where is your db connection?

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

    protected $table= tablename

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

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

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

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

  • @2020piyushgoyal
    @2020piyushgoyal Год назад

    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 3 года назад

    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 3 года назад

    public $table="table_name";