For same reasons, after make update the Drupal core from 8.4.x to 8.5.x version, some of custom blocks will be disapeared for anonymous users.
The cause of problem is, block status field has been set to NULL in...
Recently one of my fellow Chapter Three colleagues asked this question to the group: "How do I see template changes without having to clear caches"? There were actually a few more expletives and swears in his original question, I'm paraphrasing...
Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. As the initial description of Markdown contained ambiguities and unanswered questions, many implementations and extensions of Markdown appeared over the years to answer these issues.
Composer is a cross-platform dependency manager for PHP libraries. This article will explain how to install it on /Linux/Unix/OSX and Windows add an alias so you can use it from anywhere.
There is an incredibly easy way to create multiple Drupal sites. You don’t need to duplicate the code. You can have multiple sites, with different content, users, and themes since each site can use a different database. They will all run on a single codebase and will be able to share modules. This is one of Drupal’s greatest features called Multi-site. It was first implemented in Drupal 4, and it is here now in Drupal 8.