I searched a lot of about this topic to redirect all urls to https://my-domain I want delete the www and add https. I found a lot of answers this one work good
I am trying to use Elasticsearch 8.1 using laravel. My elasticsearch instance is running at port 9200. https://localhost:9200 returns me { "name" : "node-1",
I was trying to upload a large .sql file which have more than 14000 rows. which caused the error maximum execution time when importing .SQL data file . Then I s
I'm asking this question again and hope I get the answer this time, I have an array of number that adds and subtract on button click which works withonclick and
From a multiline input I want to move tokens if they're inside {} and match some number. Sample input # (811) (1485) [2756] {29} [555] {15} # (811) (1476) {20}
im trying to redirect a user to a url with a php variable $userdata However the script seems not to work, it does put it in the html (confirmed with inspect ele
I am planning out an application's database. I have an employee table. I want to store every employee's education degree. Adding an education column to the empl
Despite making them appear to be environment variables, Symfony does not actually load secrets into the environment, so you can't access them via getenv() or $_
I have a WordPress sidebar that I want to only display the children of the parent category. My structure is as follows All Products > Parent Category > Ch
I would be much grateful if you help! I have custom registration fields that are correctly saved in database and are accessible through: $user->['users_tel']
I'm currently working with Google API through this great php library but it doesn't support the last API and most of his method are going to be deprecated. I al
I want to assign all default values for allowed_file_types column in products table which are all values of enum FileTypes. But now I have no way to do that. Ca
I try to authenticate api using user name and password it worked good in flutter android app but in flutter web do not get any data below my authentication func
I have the following array $folder_data = array( "title" => "Testing API Creation", "description" => "Testing the Wrike API by c
This form handles the form data and a single image nicely. However... when I add the brackets [] to the file input name to handle multiple images, I receive no
I am trying to return HTML from Laravel controller, but it is returning as plan text: Example: <input type="checkbox" class="row-select" value="9"> ->a
I am trying to show/hide the 'Cancel' button within the subscription details in 'My Account', based on the subscription start date. However I am finding the int
I use this while loop to fetch the file; <?php while(!feof($fp)){ //get this file with feof but dont tell file location on the server $buffer = fread($fp,
Currently I am building rest API using Laravel. For authentication, I am using the Sanctum package. Every time a user is logged in it generate a token that look
I am working on my first web-project and therefore use an Ubuntu Server 20.04 with apache2. Now i struggle with the correct frontend/backend-serving of my websi