Skip to content

Tag: reactjs

Basic Auth Send API_KEY to php api – REACTJS

I am sending the username and password to the PHP api with the API_KEY in the .env file. How do I get the user name before the semicolon as the password after the comma in Api? I could not run it with the current code I wrote. I’m using basic auth .env REACT CODE PHP Answer You can either write:

Laravel + React: Handling API Data

I’m new to react and laravel and I am trying to boost my skills during this god awful lockdown. I’m following tons of tutorials but I keep finding that they are either incomplete, have very bad english or not indepth enough and skip over things too quickly. I don’t mean to sound ungrateful, …