How to Install Sass with NPM Step by Step LAKHAN GEHARWAR September 13, 2022 Step 1:- Make a folder Step 2:- Need to make a pakage.json file 1. you need to check your node version and npm version 2. run npm init ... Continue Reading
Working Hook .theme LAKHAN GEHARWAR September 04, 2022 Project Working This is first <?php use Drupal\block\Entity\Block; /** * @file * Functions to support theming in the hook theme. */ ... Continue Reading
How to theme CSS and JS libraries Order change. LAKHAN GEHARWAR July 18, 2022 Original code:- global-styling : css : theme : dist/main.css : {} js : dist/main.js : {} 1. How to added the JS on the... Continue Reading
How to solve "ignore-platform-reqs" flag when running composer ? LAKHAN GEHARWAR July 11, 2022 Step 1: Run the composer required command see the screen shot which get the extension related warning. Step 2: Open the php... Continue Reading
how can I enable PHP Extension ? LAKHAN GEHARWAR April 14, 2022 Step1:- Open XAMPP Control Pane. Step2:- Stop the Apache server if it was started. Step3:-Then from Config button click on PHP (php.ini) it... Continue Reading
How to render the field custom block layout in twig. LAKHAN GEHARWAR April 08, 2022 /admin/structure/block/block-content/types Step 1:- Make a new custom block type and added the three field see on below scre... Continue Reading
Git Commands LAKHAN GEHARWAR March 29, 2022Command for git Step 1:- We have three branches:- Master feature-a feature-b Now we are in the Master branch. Step 2:- How to change ... Continue Reading