Can't get PHP CS Fixer to work with custom rules in PhpStorm
I want to use PHP CS Fixer with a custom ruleset, so I have created a `.php-cs-fixer.php` in the document root. In the "...
Latest news, tutorials, and updates from the PHP community
7044 articles available
I want to use PHP CS Fixer with a custom ruleset, so I have created a `.php-cs-fixer.php` in the document root. In the "...
I got table in MySQL with default blank string value. In SQL it looks like: [Code Block] In the model i set rule with bl...
I'm working with the Google Wallet API and would like to integrate the function `createJwtExistingObjects(string $issuer...
I'm working on an Angular 17 reactive form where I send the form data to a PHP API on the server and store it in a datab...
I am trying to do a POST request to an API using Symfony HttpClientInterface. But I am struggling as it always throwing ...
I am trying to make an HTTPS request using cURL in PHP 5.6 (I am forced to use 5.6 due to my environment), but I keep en...
[Code Block] I have the above code to render a modal, and have 2 buttons (yesBtn, noBtn) shown on it, but both buttons a...
I'm having trouble creating a secure download on my site. It's not uploaded yet, and it's currently being tested on the ...
I'm deploying Laravel to Railway using nginx and docker. The deployment is almost successful, meaning it doesn't give an...
I have a laravel backend and a react native frontend, I want to protect the api routes that are hit from my react native...
I have some web scraping and screeshotting using Symfony Panther. That worked flawlessly on my dev machine. With some ad...
I would like to have my exception class be read-only: [Code Block] But this causes a fatal error as `Exception` is not d...
Showing 1561 to 1572 of 7044 articles