About me
My name is Anisur (Sr. Drupal Web Developer at Comcast) and this is my personal Drupal 8 site. I use this site to experiment with new modules, theming and my client's various projects.
- Read more about About me
- Log in to post comments
My name is Anisur (Sr. Drupal Web Developer at Comcast) and this is my personal Drupal 8 site. I use this site to experiment with new modules, theming and my client's various projects.
$ composer outdated drupal/* drupal/bootstrap 3.16.0 3.17.0 Built to use Bootstrap, a sleek, intuitive, and powerful front-end frame... $ composer update drupal/bootstrap --with-dependencies &g
Step1.
core: 8.x type: theme name: 'mytheme' logo: 'images/logo.png'
*_ update all Drupal packages anisur$ composer update --with-dependencies drupal/* Loading composer repositories with package information Updating dependencies (including require-dev) Nothing t
anisur$ tree -L 1 . ├── INSTALL.txt ├── LICENSE.txt ├── README.txt ├── autoload.php ├── composer.json ├── composer.lock ├── core ├── example.gitignore ├── index.php ├── modules ├── profiles ├──
anisur$ composer require drupal/bootstrap Using version ^3.17 for drupal/bootstrap ./composer.json has been updated > DrupalProject\composer\ScriptHandler::checkComposerVersion Loading compo
anisur$ composer require drupal/pathauto Using version ^1.3 for drupal/pathauto ./composer.json has been updated > DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer
Step 1. Backup both your files and database.
anisur$ composer self-update Updating to version 1.8.0 (stable channel). Downloading (100%) Use composer self-update --rollback to return to version 1.4.1 anisur$ composer --version
Step 1. Download the latest project versionanisur$ curl https://drupalconsole.com/installer -L -o drupal.pharStep 2.
Step 1. Backup both your files and database.
$brew doctor Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin. Consider setting the PATH for example like so echo
$ npm install npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY npm ERR!
Step 1: $ drush archive-dump Database dump saved to /tmp/drush_tmp_1533355712_5b6526c0c36ca/drupal_8_5_2.sql [success] Archive saved to /Users/anisur/drush-backups/a
drupal-8.4.5$ ls LICENSE.txt composer.lock modules themes README.txt core profiles update.php autoload.php example.gitignore robots.txt vendor composer.json index.php $ curl https:/
$ brew install ruby $ ruby -v ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17] $ sudo gem install sass $ sass -v Sass 3.5.5 (Bleeding Edge) $ gem update --system $ gem install compass
Acquia today unveiled a new application service for Acquia Cloud that makes it easy for digital IT teams to build and run JavaScript alongside Drupal.
Warnings found
Limited date range
Your PHP installation has a limited date range.
This series will cover the modern tools and techniques available to Drupal site-builders that have replaced the old standards like FTP and even Drush Make.
Drupal Jobs is where talent and people looking for Drupal talent come together, right here on Drupal.org.
DrupalCon is an international event that brings together the people who use, develop, design and support the Drupal Platform.
The first release candidate for the upcoming Drupal 8.4.0 release is now available for testing. Drupal 8.4.0 is expected to be released October 4.
Open settings.php file:
/sites/default/settings.php
and add this line:
ini_set('memory_limit', '256M');
Trusted Host Settings | Not enabled
The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. |
---|
Up-to-date system requirements can be found at Drupal.org
PHP
PHP 5.5.9 or higher
More details about PHP requirements, including PHP memory ~ click here
Open settings.php file:
/sites/default/settings.php
and add this line:
ini_set('max_execution_time','240');
Temporary files directory | Not fully protected
See https://www.drupal.org/SA-CORE-2013-003 for information |
---|