I use Laravel Http client to send a request to a server on metaverse Second Life with an object in which I set an Http server. When I test a simple GET url on a browser all is OK, idem when I use a POST request with a REST app. But when I use Laravel Http Client (with simple Http:get(...)) I get this issue:
Illuminate\Http\Client\ConnectionException
cURL error 7: Failed to connect to simhost-016abbfc19377d6a6.agni.secondlife.io port 12046: Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://simhost-016abbfc19377d6a6.agni.secondlife.io:12046/cap/49561c34-45f8-1f86-bf4e-292749a80acc
I’ve been wanting to pickup Laravel for a while now. I recently began working on a little personal passion project using the latest Bootstrap. Though I’ve been heavily considering reworking it in Tailwind. I have some experience with PHP.
Over a couple years ago I bought a Laravel (5.8) course on Udemy from Kati Frantz during a sale, unfortunately I didn’t get around to going through it due to other obligations. I revisited the course the other day only to find out it hasn’t be https://omegle.onl/ en maintained and is still for version 5.8.
Should I still go through the course and use Laravel 5.8? Or will most of the material be applicable to Laravel 8? https://vshare.onl/
Should I just use vanilla PHP for my project and just wait for Laravel 9?
I would really appreciate if someone can point me in the right direction to get started with Laravel in my current situation.