Drupal

Drupal is a cmf developed by Dries Buytaert about 20 years ago. It has developed a rich culture of developers supporting the system, and it is a highly flexible system.

Using webprofiler in Symfony

I have started creating some projects in php with the Symfony framework. There are a great tool called thw webprofiler which helps you get all sorts of debug information about the current page you are viewing in you symfony app.

Recently I stumpled upon a problem where the toolbar didnt show up on my pages. It turned out that the reason was that my site run in a local https mode but the urls for the webprofiler was rendered as http only. This ofcourse prevented the urls to load proberbly.

Understanding Content Types in Drupal and How to Use Them Properly

Drupal is a powerful content management system (CMS) renowned for its flexibility and scalability. One of its core features is the concept of content types. Understanding and leveraging content types properly is essential for creating structured, manageable, and dynamic websites. This article will delve into the meaning of content types in Drupal, their significance, and best practices for using them effectively.

Becoming a High-Earning Drupal Developer: What You Need to Know

In the ever-evolving world of web development, Drupal stands out as one of the most powerful and versatile content management systems (CMS). Known for its robustness and flexibility, Drupal powers some of the most complex and high-traffic websites globally. Becoming a high-earning Drupal developer requires a blend of technical expertise, practical experience, and strategic career planning. Here’s what you need to know to rise to the top of this field.

Install a Drupal theme from composer

Composer is a way to organize different parts of a project in code. When building a website you can have a project which is your website which imports other components such as modules and themes.
Subscribe to Drupal