Skip to main content
0 votes
0 answers
24 views

so I'm building a way to organize Items based on different requests: $items = Item::query() ->where("type", $itemType) ->when($mode, function (Builder $query, $...
ThePlayerRolo's user avatar
4 votes
1 answer
47 views

If I run the following code on a Linux server <?php declare(strict_types=1); error_reporting(-1); ini_set('display_errors', '1'); var_dump(Locale::acceptFromHttp('zh_Hant_TW')); echo "<br&...
Greenflash's user avatar
-1 votes
0 answers
31 views

I'm trying to join two mp3 using variables from file path and its working okay. now i want to add a cover art photo to the concatenated mp3 output("audio_output"). How can i do that? $shell =...
Minda Cash's user avatar
-1 votes
2 answers
73 views

I'm running Apache24 with PHP enabled to use the Kanboard app. Everything works fine, but if I remove the path to the PHP folder from the Windows PATH, I get an error when loading the localhost/...
Asya's user avatar
  • 21
0 votes
1 answer
38 views

I know it's 2025, and this problem seems to be all over the place, and I've been trying all the recommended solutions, but it seems it's mostly old code. But I don't really know; I'll try to sum it up ...
Juwe's user avatar
  • 31
2 votes
1 answer
63 views

Currently the app has 2 entry points for the JS and CSS files in the blade layout file: {{-- layout.blade.php --}} <head> <meta charset="utf-8" /> <meta name="...
pileup's user avatar
  • 3,472
4 votes
3 answers
95 views

I know that there are similar questions to my question like this one: Insert php variable in a href But my problem does not solve with them! I am using "acf plugin" for adding some codes to ...
hamid-davodi's user avatar
  • 2,044
2 votes
1 answer
46 views

I'm trying to define a Laravel Eloquent model with a custom scope that filters categories by a related product's vendor_id. Here's my setup: class Category extends Model { public function ...
melkmeshi's user avatar
0 votes
0 answers
45 views

I am using this: https://github.com/Azure/azure-storage-table-php to insert data to azure table. However, when I retrieve the data, I don’t get the latest entries unless I use a do...while loop, as ...
nexusmusic's user avatar
2 votes
2 answers
82 views

I found some old code here to change the name of my 'Deliver to different address?' title in Woocommerce. Works perfectly... but I also want to change the name of my Billing Details title, to Billing ...
Elton's user avatar
  • 21
1 vote
1 answer
57 views

In laravel 11 app using spatie/image "^3.8" and spatie/laravel-medialibrary "^11.12" I need to get all properties of image and I do use Spatie\Image\Image; ... $itemMedia = $...
mstdmstd's user avatar
  • 3,321
-1 votes
0 answers
61 views

I am having a problem today installing the league/csv bundle (v9.27) on my Symfony (v7.2) project with doctrine/orm (v3.3)! When I run command php require league/csv, I get this message: Your ...
d3LTa7's user avatar
  • 69
0 votes
0 answers
137 views

I run a webserver on my local network to host my movie collection. I also have a custom android app running on an amazon fire stick. Recently I have been working to enable video playback from external ...
Kilometer Bob's user avatar
-1 votes
0 answers
91 views

I have a route which I wish to protect with a token, using Sanctum. The offending route is /status, which would be accessed by /api/status. The /foo route works fine, there is only a problem when ...
Kevin Waterson's user avatar
1 vote
1 answer
92 views

Here's my laravel composer.json for its version info: { "name": "laravel/laravel", "type": "project", "description": "The skeleton ...
Evan Fersadi's user avatar

15 30 50 per page
1
2 3 4 5
97634