I'm a noob here with both Drupal and GIT. My short term goal is to build a personal web site and learn about GIT / Drupal workflows for work (larger sites).
To create my projects I'm using:
composer create-project drupal-composer/drupal-project:8.x-dev my_site_name_dir --stability dev --no-interaction
Here's where I'm at:
- Local environment is set up with MAMP and starter Drupal site is up and running via a Composer install on local.
Drupal is new to me and I am trying to make my first Drupal website using Drupal 8, Drupal Commerce and the Demo (with belgrade theme).
When I make the update for a module it works well until the page update.php/selection. I have this message " The website encountered an unexpected error. Please try again later. ".
I went to the log and I found the following error message, but I don't undestand what to do.
On the site somewhere beneath the news section on the left side, there are four quick tabs titled Fashion, Health, Food, and Music. I have tried to change the title Music to, say, Finance, in the Views area. However, I have had no luck so far. Could anyone please suggest to me how I could change the title to my liking?
Control block visibility based on custom condition, I can achieve this via blockAccess or Plugin evaluate. could you please suggest which approach is best for performance vise?