By editor, 8 November, 2020 Disable cache for specific page Tags Drupal 8 Code Drupal 9 Syntax: \Drupal::service('page_cache_kill_switch')->trigger(); Â Example on a controller:
By editor, 4 November, 2020 Install drush 10 Tags Drupal 9 Drush 10 Install via composer composer global require drush/drush:10.x Â
By editor, 9 August, 2020 Install PHP 7.3 on Linux Tags Server Linux Install Apache 2 server sudo apt install apache2 Â Install MySQL Server sudo apt install mysql-server
By editor, 17 July, 2020 Download and Install drupal 9 Tags Drupal 9 Code Create a Drupal 9 project with composer
By editor, 9 July, 2020 Testing (SimpleTest) Install/Run Error Tags Drupal 8 Code Testing Error N°1 : PHPunit not found If uou have a message like : Add Phpunit via composer CAUTION : PHPunit Version >= 8 is not compatable with drupal, so use the 7 composer require --dev phpunit/phpunit:7