yogendra.singh

Drupal Technical Lead,14 years of experience in software development (PHP, CAKE PHP, ZEND FRAMEWORK, DRUPAL, MAGENTO 2, LARAVEL5, MY SQL, POSTGRES HTML, Ajax,Send Grid, Wistia, PHP DOCX, PL Upload, Kendo UI, Am Chart API, Data tables).

Drupal

Use MSSQL as Default Database with Drupal 10 (Windows)

By default MariaDB, MySQL/Percona, PostgreSQL and SQLite databases are available for Drupal. The purpose of this blog is to Use MSSQL as Default Database with Drupal 10 (Windows).  Let’s start installing Xdebug 3 on MacOs Step 1 :  First we need to install MSSQL database on Windows Go to...

27-Mar-2024

Drupal, Testing

How to install Xdebug 3 on MacOS

Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. It allows you to break during code execution and inspect all the variables in scope during a request. The purpose of this blog is to install Xdebug 3 on MacOS with PHP 8.1  to debug PHP code. Let’s start installing Xdebug 3...

19-Aug-2023

Drupal

Custom Drush Command to import all .po files

The main purpose of this blog is to create a custom command to import all .po files. In one step  Portable Object (.po) file is used for localization and content translation. Let's start the creation of a custom drush command to import .po files: Step 1.  Create Module Create a .info.yml file name: Custom Drush type: module ...

30-Jul-2023