My controller looks like this: public function store(Request $request) { $validateData = $request->validate([ 'name' => 'required|u
I tried to convert this code from php <?php function sendjson($url, $array_params) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url);
Collecting playsound Using cached playsound-1.3.0.tar.gz (7.7 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × p
While utilizing the <ListItem /> and <Avatar /> component I've been attempting to use some test data to fill in information dynamically. I am able t
I was able to update and remove documents perfectly with the standalone instance. In order to enable transactions,I converted it into replica set. mongodb://loc
I cannot for the life of me figure out how to host a React app in AWS Amplify while using images. I used create-react-app to generate a project and pushed it in
I`m trying to create an elementary loadable kernel module to embedded OpenWRT system on the Ralink 3050 SOC (processor MIPS 24KEs). The target system built with
I'm trying to make a for loop that iterates each index twice before going to the next one, for example if I have the following list: l = [1,2,3] I would like t
Is there any way where I can make an loop of an whatever size and it will loop over the number given and add the XML elements. The first part of the code should
I have a AVPlayer wrapper to play video in loop in SwiftUI. However, after I active an alert or confirmationDialog, the player will play video once and then dis