Laravel-5.8: Admin Panel (Part-8 [A])CRUD : how to create table & Insert data using Eloquent Model

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Here.. in this video.. i have done
    #how to create a table in laravel (migration)
    #How_to_insert_data_using_Eloquent_Model_in_laravel
    #laravel-insert-data-in-laravel
    Laravel-Admin Panel (Part-8 [A]): CRUD (About Us) How to Insert Data using Eloquent Model
    • Laravel-5.8: Admin Pan...
    Laravel-Admin Panel (Part-8 [A Continued]): CRUD (About Us)
    • Laravel-5.8:Admin (Par...
    Laravel-Admin Panel (Part-8 [B]): CRUD: (About US) How to Fetch Data using Eloquent Model
    • Laravel-5.8:AdminPanel...

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

  • @newdaymoney1280
    @newdaymoney1280 5 лет назад +1

    thank sir so much . hope sir can made many video teach so good like this.

    • @fundaofwebit
      @fundaofwebit  5 лет назад +1

      Yes. I'll continue very soon.
      Thank you. Keep supporting me. :)

  • @SitiAisyah-zo8gh
    @SitiAisyah-zo8gh 3 года назад +1

    sir ive followed the tutorial closely but why when i clicked on ADD the popout doesnt appear as you did? im using laravel 8, does it have any related to it?

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

      In the button remove all "bs" parts.
      Use this
      Open modal for @getbootstrap
      instead of this
      Open modal for @getbootstrap
      This worked for me

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

      It depends on the bootstrap version.
      In bootstrap version 4 = data-toggle
      In bootstrap version 5 = data-bs-toggle

  • @jason-bacalla
    @jason-bacalla 4 года назад

    where the about us tutorial at the 24 seconds of the video?? you short cut it?

    • @fundaofwebit
      @fundaofwebit  4 года назад

      Continued
      ruclips.net/video/agWKD8x6nrc/видео.html

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

    You just jump you don't show how you make the homepage

  • @karboghatalent
    @karboghatalent 5 лет назад +1

    why you put the table name in model of about us and use the fallible method what does it men explain please and what should it do without this you can also apply crud

    • @karboghatalent
      @karboghatalent 5 лет назад

      @@fundaofwebit i mean you create write a code in model where you write protected $table = user; or somthing else explain this

  • @RahulKhan-lm5ob
    @RahulKhan-lm5ob 5 лет назад

    please upload the Frontend with route and controller