PHP code example of margauxdupuy / blueberry-project

1. Go to this page and download the library: Download margauxdupuy/blueberry-project library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

margauxdupuy / blueberry-project example snippets


if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
  

$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';

$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;

$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';

$settings['extension_discovery_scan_tests'] = TRUE;

parameters:
    twig.config:
        debug: true
        auto_reload: true
        cache: false