symfonystation

joined 2 years ago
 

PHP popularity has dropped dramatically, coinciding with WordPress becoming "JavaScript-first" according to its co-creator Matt Mullenweg.

 

Qual a maneira mais eficaz, tanto de escrita como de processamento, de alcançarmos um key by no...

 

Docker is a popular open-source platform for developing, shipping, and running applications. It encapsulates applications and their dependencies in

 

PhpStorm, the PHP IDE by JetBrains, released version 2024.1 this week with a brand new terminal, local AI code completion, Pest improvements, and more.

 

In AI Assistant 2024.1, we’ve implemented improved test generation, full line code completion for Java, Kotlin, Python, JavaScript, TypeScript, CSS, PHP, Go, and Ruby, and more!

 

Mejora la arquitectura de tus proyectos PHP: domina el patrón Abstract Factory para un código más eficiente y organizado.

 

How to execute and manage ES|QL queries in PHP

 

An article by Rob Allen

 

Jeffrey Way shares his PhpStorm set up.

 

Currently, the de-facto standard to Dockerizing PHP applications is to use the Docker PHP official image. This is maintained by Docker itself and community members and has compiled PHP with no extensions. To install extensions, we have to do this in our Dockerfile: FROMphp:8.2-cliRUN docker-php-ext-install pdo pdo_mysql curlThe helper script docker-php-ext-install does unpack the PHP source code and installs the given extensions. For some extensions like gd, we need also libraries installed like libpng and so on.

 

Learn more about a new feature in v2024.1 of JetBrains IDEs – full line code completion.

 

PHP-FPM config files usually aren't something that you give too much attention to until something goes wrong. Here's what you can do when that time comes.

view more: ‹ prev next ›