PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

How to configure automation API

Solved
alexpaiva

Sep 13th, 2022 02:16 PM

Heyo! I want to add a button inside the user panel that if the user has a valid subscription the user can input text into a textbox and press a Button and Wave will send that inserted information to a heroku API server, and update according to the servers reply. Any tips on how to implement this?

Thanks!

bobbyiliev

Sep 18th, 2022 10:32 AM

Best Answer

Hi there,

You could use the Guzzle package to make external HTTP requests and consume an external API with Laravel.

Here is a quick tutorial that shows how you could do that:

How to consume an external API with Laravel and Guzzle

Hope that this helps!

alexpaiva

Sep 18th, 2022 05:27 PM

Thanks a lot! Will check it out!

Report
1