Posts by Luis Calegari • 77 points
7 posts
-
0
votes1
answer23
viewsQ: How to run WEP API Node and a Reactjs Project on the same machine?
I have running a Web API at the address localhost:3333 and a Reactjs Application at localhost:3000, however when I try to perform some request with fetch the browser returns Cors error. Is there any…
-
1
votes1
answer109
viewsQ: Eloquent mapping, is it?
Is there any way to map a foreign key to a database out of my default database in Laravel Eloquent? Example: CREATE TABLE Banco1.Persons ( PersonID int, LastName varchar(255), FirstName…
-
2
votes1
answer768
viewsQ: PHP CURL Asynchronous
I have a PHP file that makes a POST request via Curl to another PHP file, I need to put this request inside a loop and make a 10 request at once without worrying about the return, there is a way to…
-
0
votes1
answer4300
viewsQ: How to install and use Bootstrap via Composer
Hello, People how can I use Bootstrap in a project managed by Composer, I know that the command Composer require twbs/bootstrap Composer will download and place the files in the folder vendor…
-
1
votes1
answer145
viewsQ: How to Add Style Sheet to a Slim Framework Project
As I can configure a project that I can add css, js and bootstrap files in the slim framework, I used the slim/Skeleton project, but I can’t get my css and js files to work without the need to add a…
-
0
votes2
answers1785
viewsQ: How to configure virtualhost for xampp on Ubuntu
Can anyone teach you how to set up a virtualhost for xampp in Ubuntu? I’ve tried this tutorial https://ourcodeworld.com/articles/read/302/how-to-setup-a-virtual-host-locally-with-xampp-in-ubuntu but…
-
2
votes2
answers697
viewsQ: Classcastexception error when trying to cast between classes
I have the problem to perform a "Cast" in a class, when using the inherited class method of the following error: "entity. Aula cannot be cast to tableview.Aulatv" Here gives the exception described…