Friday, 13 February 2015

Drush - Sql Dump Command

To take sql dump using drush command,

drush sql-dump > /path/to/backup_dir/database-backup.sql

PHP Codesniffer - Ignore warning errors

 Use below command to ignore warnings while generating report. phpcs -n /path_to_directory/ The above command will result only errors and ig...