Laravel API-CRUD (Rest & RestFull) : Insert Data into Database with API using POSTMAN

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

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

  • @SmailPeche
    @SmailPeche 4 года назад +2

    i know the video is a little bit old, but you don’t have to declare table in model if you follow the laravel standards, you have to declare the table only if the table is something else like « schoolstudents » and also you have to crypt the password using bcrypt , i know you know ;) , but for begginers you have to explain well how it works , thank you for the video, awseome work.

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

    So simple So good, I still didn't try just watched but It was so cool, thank you very much

  • @divyakoppuravuri3238
    @divyakoppuravuri3238 4 года назад +1

    very simple and nicely explained.Thank you

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

    Thanks sir, is easy to understand

  • @vijaylodhi8513
    @vijaylodhi8513 4 года назад +1

    Very nice tutorial

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

    It's really amazing!!! .... Thanks a lot sir ...

  • @РусланМавлитов-к6з
    @РусланМавлитов-к6з 4 года назад +1

    Great job man

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

    your video was nice its very useful ....can u provide update and delete and select query example same as it is .....plz in laravel....

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

    Can anyone please tell me what is the difference in using guzzle for creating crud api and the method shown in this video??

  • @R3gouify
    @R3gouify 5 лет назад +2

    Any advice on how to pass json array to database? I'm able to add one json object at a time thanks to your tutorial but I cannot add multiple objects at once which I need to do

    • @R3gouify
      @R3gouify 5 лет назад +2

      Nevermind I figured it out.
      $input = $request->all();
      foreach($input as $inp){
      $locations = new Location();
      $locations->kunta = $inp['Location'];
      $locations->lat = $inp['Latitude'];
      $locations->lon = $inp['Longitude'];
      $locations->save();
      }
      I also added this to my file at app folder:
      protected $casts = [
      'features' => 'array',
      ];

  • @Phoenix-qw5sm
    @Phoenix-qw5sm 4 года назад

    Thank You ! Well Explain

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

    Mast matlab awesome!!!🙏🙏

  • @toipham3227
    @toipham3227 5 лет назад +2

    great video! thank you

  • @honoremwiseneza2970
    @honoremwiseneza2970 5 лет назад +2

    I did this step by step but not working

  • @mansoul3606
    @mansoul3606 5 лет назад +3

    good tutorial !!..

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

      Thank you.
      Thanks for supporting me. :-)
      Please Subscribe, like and share.

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

    Good Tutorials

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

      Thanks for supporting me. :-)
      Please Subscribe, like and share.

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

    Sir would you plss tell ..about the configuration required for this bcause 'artisan' is being taken as undefined token

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

      install php, install composer -> you should be fine, what exactly is the error you're getting

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

    thank you sir

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

    hello bro is this using the API rentofit?

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

    thanks alottttttttttttttttttttttttttttttttttttttttttttt you saved me

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

    Thanks, a lot!

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

    amazing thanks alot

  • @instant-code
    @instant-code 5 лет назад

    superbb

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

    *GX40 Official sender is the best.*

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

    Thanks man!

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

    What version of visual code was used in this video? TIA. :)

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

    mantap bosku (y)

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

    What about simple api?

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

    hello ved, Will you please make a video with token system in laravel

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

    When I put my route in API.php I get a 404 error, when it is in web.php postman fulfils the request but does not pass on my JSON

    • @voidgamer8885
      @voidgamer8885 4 года назад +1

      I think it because of the laravel version, I'm using laravel 8 and the error happen. Before I use laravel 6 and it work just fine.

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

    Is this Rest api? Where you provided security key and password?

  • @user-we4jr9lv6z
    @user-we4jr9lv6z 4 года назад

    This video make me confuse more . It's too complicated.

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

    6:43

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

    11:04

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

    Bro pubg khelete Ho? Ossam

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

      Haa khelta hu... but. Rarely khelta hu Bro.

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

    did he just said postman is a mast software...

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

    this is very dangerous way to deal with API. No security at all

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

      This is only how to use api n work with it...
      Authentication n all security should be updated in your laravel api.php with help of middleware....

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

    419 error

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

    Ok?

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

    ok

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

    I see pubg mobile in there 🤣

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

    very fuddu