Posts by João Vitor Aguiar • 25 points
2 posts
-
1
votes3
answers671
viewsQ: Consume an API that requires authentication with Laravel
I’m creating an application with Laravel, which consists of consuming the Mcafee API. The previous version was built in pure php, from which it consumed the data of a Mysql database powered by a…
-
0
votes1
answer148
viewsQ: Insert FXML into Scroll Pane and pass data to controller
My system consists of a main screen, which has a scroll-pane that I’m populating with a list of other FXML scenes, code from which I took an example on the internet, follows the code: @FXML private…