Welcome to our insightful blog on PHP native debugging! In this article, we explore the indispensable role of debugging in PHP development. Discover how enabling native debugging enhances productivity, simplifies bug fixes, and ensures smooth code execution, leading to an exceptional user experience. Join us as we unravel the power of PHP native debugging and its transformative impact on your development workflow.
CakePHP 2023: Unveiling Exciting Updates and Enhancements
CakePHP, the popular open-source PHP framework, continues to evolve and impress web developers worldwide with its robust features and seamless development experience. As we delve into 2023, this blog post will highlight the latest news, updates, and enhancements in the CakePHP ecosystem. From performance improvements to new features, let’s explore the advancements that make CakePHP […]
PHP 7.4: most important RFCs
The release date will be probably in December, 2019. But here is some new features that’ll be available in this version and here is the most important RFC (Request for comments)
PHP 8: Introducing JIT
Basically, the PHP scripts are compiled into instructions, which are called opcodes that are understandable to the machine. Opcodes are low-level, and hence faster to translate to machine code as compared to the original PHP code.
Gitlab-CI using Panther and Symfony 4
I tried to test my Symfony 4.1 app using gitlab-ci. Basically, when we Test PHP application we require php-cli docker image to execute composer install, phpunit.But in this case I have a node packages to install, a React App in the front to test and a Rest API to test with my React Application.
Génération d'un pdf
Salut à tous, Dans cet article, je vais vous expliquer l’utilisation de la classe php FPDF que grâce a elle on peut générer automatiquement un fichier pdf paramétré qu’on peut le stocker dans un dossier ou l’afficher afin de le télécharger.