By editor, 21 July, 2017 Install Drupal console (basic usage) Tags Drupal 8 Console Download and Install
By editor, 20 July, 2017 Download and Install Composer on Linux Tags Drupal 8 Code Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. Download Composer Link : https://getcomposer.org/download/
By editor, 7 July, 2017 Git Tags - Git tag usage Tags Code Git Tag a branche / Version on git git tag THE_TAG_NAME Push tags or a tag to origin ripository git push --tags Show tags list git tag
By editor, 29 June, 2017 Drupal coding Standard and Best Practice Tags Drupal 8 Code Debug Module Create a Drupal 8 module is a good idea, but develop as Drupal is BEST. The famous tools PhpCS and PhpCBF allow you to check and correct (some) drupal coding standards and best practice errors.
By editor, 26 June, 2017 Date on Linux Shell / Bash command line Tags Linux Shell Print / Check Date from command line date Set date from the command line date +%Y%m%d -s "20170430" Set time from the command line date +%T -s "12:00:00"