I think that the title is really rare and arguable. However, all I want is to get the attention from the Drupal Core maintainers.
Can anyone tell me why keep creating new Drupal main cores? yes, lots of reasons will be mentioned, e.g. more efficient, more modularized, more secure...
But, I think that many projects keep dying once a new Drupal core is created. Less and less maintainers will keep upgrading their modules to be compatible with the new Drupal core because it takes much time to revise them.
Does anybody know the exact way Drupal 8 could be upgraded , mean from 8.0.0 to the last beta version (8.0.0.beta 9)?
I tried to upgrade via ftp by removing all files and folders except "sites" and then replacing with the same files and folders from last release, but without any result (non functioning/not responding website).
Is it possible to extend D8's custom block types without using a module?
To open, very familiar with Drupal 8 Naming Conventions .
In regards to the blocks section, it covers extending blocks via modules. I understand this very well...
I am very new to Drupal (sorry if my questions are stupid) but not at all new to Composer management. I am trying to understand how to manage a Drupal 8 install through composer. To my understanding these steps are taken before install:
Change the autoloader to load /vendor/autoload.php instead of /core/vendor/autoload.php
Run composer install
The problem I see is the packages for drupal/core are duplicated in /vendor as well as /core/vendor
I want to know, is there any method using which I can set multiple payments based on the quantity of the product.
Here is an example
Suppose 1-5 $20 / product, 5-10 $18 / product and 10 or more $15 / product.