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.
Tag Archives: php
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.