Skip to main content
Best practices
1 vote
3 replies
27 views

The php.net web site is full of comments showing code snippets/functions/small libraries. I was unable to find any mention on php.net regarding what license these snippets fall under, and a web ...
Raven's user avatar
  • 252
1 vote
0 answers
11 views

<?php namespace App\Nova; use Illuminate\Http\Request; use Illuminate\Support\Facades\DB; use Laravel\Nova\Actions\Action; use Laravel\Nova\Fields\ID; use Laravel\Nova\Http\Requests\NovaRequest; ...
Sourav Saha's user avatar
0 votes
0 answers
37 views

Fresh new installation of Laravel 12 composer create-project --prefer-dist laravel/laravel api cd api composer update sudo chmod -R 775 storage sudo chown -R www-data:www-data storage sudo chmod -R ...
Kevin Waterson's user avatar
1 vote
1 answer
27 views

I’m running lighttpd 1.4.80 with PHP via FastCGI (php-cgi, not php-fpm). The page Optimizing FastCGI performance says: there is a potential race condition during the PHP cleanup code in which PHP can ...
noch's user avatar
  • 11
0 votes
0 answers
19 views

I’m trying to create events on an iCloud Calendar using CalDAV. READ operations work: PROPFIND → OK REPORT (get events) → OK Authentication with app-specific password → OK But every PUT request (...
Ayoub Dakiri's user avatar
-1 votes
0 answers
39 views

I installed the PHP Server extension for VS Code and added two lines to settings.json: "php.validate.executablePath": "С://php-server//php.exe", "phpserver.phpPath": &...
Andrianovi's user avatar
Tooling
0 votes
3 replies
44 views

I’m trying to implement a real-time notification system in my Laravel application. The frontend uses jQuery, and the backend uses Laravel’s broadcasting system with Reverb (also tried with Octane and ...
Mohammad Fazal's user avatar
0 votes
0 answers
45 views

I've created a custom Wordpress role to extend the capabilities of the Editor role. I want to give users the ability to change the site appearance as needed without providing full admin rights. The ...
unsquare's user avatar
-1 votes
1 answer
31 views

I tried to update dolibarr from 16.0.3 up to the current version 20.0.2. So far it succeeded, but I do have an error code when I want to use a custom module for time-tracking. To me it seems that ...
tehomas's user avatar
  • 11
0 votes
0 answers
53 views

on Vue-Laravel-based environment,CSRF token is initialized server-side -non-sanctum, one token per run-: routes/web.php Route::get('csrf-token' , function(){ $token = csrf_token(); return response()-...
Mahmoud Tarek Mahmoud's user avatar
1 vote
1 answer
38 views

Symfony/Doctrine: PostgreSQL Migration Issue – Undefined column error only in HTTP Kernel (CLI works) I'm working on a Symfony 7.3 project running on PHP 8.2. I recently migrated the database from ...
Juergen Schulze's user avatar
-3 votes
0 answers
36 views

I already know the solution, but I thought I'd post it here in case anyone else has the same issue. My marketing department asked me to embed a custom font into my PDFs generated with mPDF. I followed ...
user31909221's user avatar
1 vote
1 answer
33 views

Is there a way to change text in Add Item button for repeater? "Add Item" button text, Its a single button that adds new repeater item. I have muliple repeaters and I want each to have ...
Toniq's user avatar
  • 5,146
5 votes
1 answer
63 views

I've been trying to get the server to server request for quite some time, but unfortunately I keep getting this error: 2025-11-19T03:19:29Z:"mybody":/database/1/"mycontainer"/...
valentine's user avatar
1 vote
0 answers
86 views

On my Macbook Pro M1 I get <100ms request durations using Laravel Herd. On my Windows computer I get ~150ms times with Laravel Herd. However with both Laragon and Wampserver I get whopping 650-...
Jon's user avatar
  • 405

15 30 50 per page