How to create a rest API for encryption and decryption in Drupal
In this article, I am explaining one of the requirements where developers are asked to encrypt API keys and sensitive data which is stored in a database or in any PHP file of your...
In this article, I am explaining one of the requirements where developers are asked to encrypt API keys and sensitive data which is stored in a database or in any PHP file of your...
Two-factor authentications make login process more secure by introducing additional steps for log in apart from user name and password. Here we are discussing about how we can achieve two factor authentication in a...
Drupal is famous for its security compared to other open source content management system. Creating password policy and password constraints are two security features where users have to follow certain conditions while creating passwords...
Here I am going to explain one of the contributed module workbench module, using which we can implement content moderation and workflows in Drupal. workbench mosule is relatively simple compared to other workflow modules,...
As a Drupal developer, you might have come with a situation where you have to integrate Drupal websites with other third-party system. So here third party systems provide data in a CSV or excel...
Here I am explaining an use case where you want to export a view as a rest export with a paragraph type field. As you already know . paragraph field is used for holding...
Here we are going to create add/edit form and save data in a custom table and then list data with a filter form. So assuming you have custom module . here I have a...
As you already know meta tags are very important in SEO. Meta tags are mainly title, content descriptions that help to tell search engines what a web page is about. But there are other...
Creating editorial workflow using content moderation is used to speed up publishing process. Imagine a website have 10 content types hundreds of contents for each content type and daily contents are updated or added...
In modern digital age, all applications will be having web services in order to communicate with other third party applications and devices. This is especially evident in the areas related to PHP development services. REST...