Laravel and 3rd-Party APIs: The PROCESS

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 25

  • @HaseebRiasat-g9d
    @HaseebRiasat-g9d 16 วันที่ผ่านมา +2

    was really waiting for this one thanks povilas

  • @vidhyaprakash85
    @vidhyaprakash85 16 วันที่ผ่านมา +4

    can you prepare video on LDAP? auth system for laravel

    • @LaravelDaily
      @LaravelDaily  16 วันที่ผ่านมา

      Unfortunately I don't have enough experience with LDAP to be qualified to shoot a video about it

    • @shojibflamon
      @shojibflamon 16 วันที่ผ่านมา

      Maybe you can try with the Keycloak federation user

    • @krekas
      @krekas 16 วันที่ผ่านมา +1

      there's a package to work with ldap

    • @vidhyaprakash85
      @vidhyaprakash85 16 วันที่ผ่านมา

      @@krekas I want to know how to integrate. How roles and permission can be configured

    • @patryk7047
      @patryk7047 16 วันที่ผ่านมา

      LdapRecord - package

  • @373323
    @373323 16 วันที่ผ่านมา

    this looks awesome, ama checking it out for sure

  • @renatofrota
    @renatofrota 12 วันที่ผ่านมา

    Hello Povilas,
    Is there a specific reason why you chose to implement the OpenAI integration manually, rather than using a composer package like openai-php/laravel? On the other hand, for OAuth, you decided to go with the Socialite package instead of implementing it manually. Could you share your reasoning behind these choices?
    Thank you

    • @LaravelDaily
      @LaravelDaily  11 วันที่ผ่านมา +1

      Good question. In one case, I wanted to showcase the API specifically, as close as possible to the source for OpenAI, and for Socialite I chose it as a first party package. But I guess other choices are possible, too!

  • @richardhoyle7778
    @richardhoyle7778 15 วันที่ผ่านมา

    Wonting to do this using GoDaddy as the 3rd-party service provider can I use this same setup for it?

    • @LaravelDaily
      @LaravelDaily  14 วันที่ผ่านมา

      Haven't used GoDaddy so can't comment, sorry

  • @shojibflamon
    @shojibflamon 16 วันที่ผ่านมา +1

    Also can you prepare for this with Filament. I'm a great fan of Filament

    • @shojibflamon
      @shojibflamon 16 วันที่ผ่านมา

      Or Some External Custom API like Login With Employee HRMS

    • @LaravelDaily
      @LaravelDaily  16 วันที่ผ่านมา

      Not sure what exactly I have to "prepare for this", can you provide more details?

    • @shojibflamon
      @shojibflamon 15 วันที่ผ่านมา

      @@LaravelDaily Login with HRMS (Separate Application Database) instead of Login with Google or Github

    • @LaravelDaily
      @LaravelDaily  15 วันที่ผ่านมา

      I haven't done it myself, don't know the answer, sorry.

  • @babaraslam1246
    @babaraslam1246 16 วันที่ผ่านมา

    Hi great content can you add course base subscription on Laravel daily
    Reason i need some of course but do not want full monthly package

    • @LaravelDaily
      @LaravelDaily  16 วันที่ผ่านมา

      Hi, for that I usually suggest to buy a monthly subscription and then cancel after that month. Sorry we're not planning to change the pricing model.

    • @babaraslam1246
      @babaraslam1246 16 วันที่ผ่านมา

      @LaravelDaily okay

  • @BelgranoK
    @BelgranoK 14 วันที่ผ่านมา

    The weakness of these automated tests is that they don't qualify as true integration tests, as they don't communicate with the actual external service. Instead, they relies on mocks which does not fully capture real-world scenarios or potential issues in the interaction with the real service

    • @LaravelDaily
      @LaravelDaily  13 วันที่ผ่านมา +1

      You can ADDITIONALLY write tests that test those services specifically, with testing API keys.