How to remove ONLY_FULL_GROUP_BY using mysql terminal
When you are running a multiple PHP applications around the same Database you might get this error which results in not rendering the block. Here is a quick fix for it.
How to find active config sync directory path in Drupal
You have set a path for a configuration directory in your settings.php file but is it taking the correct path or not. Here is a simple step to validate that instead of exporting or import configurations.
How to Create a Branch from a Tag and Tag from a Branch in git
You have deployed some changes to Live on a tagged release but now you want to add few more features on top of the tagged release and create a new tag. You need to perform the following steps to achieve this.
How to make a route's response Un-cacheable
There can be scenario's where you might want some custom pages or paths to not be cached. There is a better way of doing it now
How to Resolve unable to self-update Composer
This can happen when you are running on a older version of composer i.,e 1.0 and wants to update to the latest version but the simple composer self-update command doesn't work instead it tells you Command self-update not defined.