What is Entity? Entities are usually recognizable concepts. For ex-employee of an organization such as persons, places, things, or events that have relevance to the database. Entities in Drupal provide a structured way of storing and managing data. Several types of entities included in Drupal core makeup both the configuration and content of a default […]
DrupalFront End DevelopmentSoftware development
CSS Grid is a two-dimensional layout that you can use to create responsive web items. The Grid items are arranged in columns, and you can easily position rows without messing with the HTML code. Benefits of CSS Grid: CSS Grid is very flexible and responsive. It makes it easy to create two-dimensional layouts. CSS Grid […]
FOR LINUX: You can install Docker Engine in different ways. Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. Below are the steps to install docker on your machine. sudo apt-get update […]
I’d recommend referring to the following blogs before proceeding further: Step-by-Step Guide to Creating a Controller in Drupal 8/9/10 Step-by-Step Guide to Creating a Custom Module in Drupal 9 You can use controllers to generate dynamic pages and return content in response to user requests. Sometimes, you may need to display content from a custom […]
DrupalFront End DevelopmentReact.js
Setup tailwind with react 1. create your project folder Open the terminal and navigate your created project, and then run the below command npx create-react-app react-demo. Once reactdemo app has been created, >> go to the react-demo folder >> run the “npm start” command 2. Install Tailwind CSS and generate the configuration file >> npm […]
Choose a module name: Choose a unique name for your module that reflects its purpose. For this example, we’ll use “custom_module”. Create the module folder: Create a folder with the same name as your module in your Drupal installation’s “modules” directory. Create the module file: In the module folder, create a file with the same […]
Create a custom module: If you haven’t already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension “.routing.yml”. This file defines your module’s page’s […]
Meta tags are the extract of the page’s content. These HTML tags play a pivotal role in search engine optimization. They do not appear on the page but definitely do on the page’s source code. Drupal provides a metatag module (https://www.drupal.org/project/metatag) to generate meta keywords for your Drupal website. It can be done at the […]
Worldwide, millions of websites are running smoothly on Drupal. Because it is an effective Content Management System that is free to use and open source, Drupal is driving a wave of digital change in various sectors. Drupal is undoubtedly one of the highly Organized and Competent website platform options, with the ability to support simply […]