PHP code example of egorlaw / ckeditor_codemirror
1. Go to this page and download the library: Download egorlaw/ckeditor_codemirror 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/ */
egorlaw / ckeditor_codemirror example snippets
"extras": {
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/ckeditor.codemirror": ["egorlaw/ckeditor_codemirror"], <-- here
"web/libraries/{$name}": ["type:drupal-library"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
}
}