Api Rest in CakePHP: How to return id fields (Bigint) as string and not as INT/BIGINT?
I created a REST API in CakePHP 4.5, and all the ID fields are of type Bigint. Is there a way to force CakePHP to conver...
Latest news, tutorials, and updates from the PHP community
6993 articles available
I created a REST API in CakePHP 4.5, and all the ID fields are of type Bigint. Is there a way to force CakePHP to conver...
I am using Laravel v12 with Filament v4 and TailwindCSS v4. I wanted to build a site with tabs, witch are a Livewire com...
While upgrading twig v1.30 to v3.22.0 i encountered some problem using macros from an external file and calling them by ...
I’m trying to improve my website performance and Google PageSpeed Insights shows that many JavaScript and CSS files are ...
I can build an image with this `Dockerfile` that is based on a lightweight Docker image that use Alpine: [Code Block] Bu...
I am using the laravel-localization package to localize my Laravel app. It works perfectly normal on local enviroment (u...
The `php.net` web site is full of comments showing code snippets/functions/small libraries. I was unable to find any men...
[Code Block] I added an `ActionResponse::message` inside the `afterDelete` method of this resource. However, after delet...
Fresh new installation of Laravel 12 [Code Block] This allows me to access the default "/" route. All good. Then I add a...
I’m running lighttpd 1.4.80 with PHP via FastCGI (`php-cgi`, not php-fpm). The page Optimizing FastCGI performance says:...
I’m trying to create events on an iCloud Calendar using CalDAV. READ operations work: PROPFIND → OK REPORT (get events) ...
I installed the PHP Server extension for VS Code and added two lines to settings.json: "php.validate.executablePath": "С...
Showing 649 to 660 of 6993 articles