#I want to know how I can integrate proxmox with Laravel 10

1 messages · Page 1 of 1 (latest)

somber star
#

That's a rather broad question. I'd say, start building 🙂 Look through their API docs (https://pve.proxmox.com/wiki/Proxmox_VE_API I think?) and start making API requests for what you want to do. They even have PHP libraries you could use if you don't want to implement those API calls yourself with, for example, Laravel's Http client

zenith tundra
#

Which will help me do things a little faster

#

Because I am new to laravel and I would really like to understand more things

somber star
#

Well yeah, there's literally 5 PHP packages mentioned on their API docs, which you can use to communicate to the API. Doubt you're going to find a prebuilt thing that just has everything implemented you need and you only needing to deploy it

zenith tundra
somber star
#

So you didn't even read that page 🥲

zenith tundra