Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've been trying to install Drupal 8 via composer, using drupal-composer/drupal-project. After entering
composer create-project drupal-composer/drupal-project:8.x-dev some-dir --stability dev --no-interaction
which seems to be the common instruction for installing Drupal 8 via composer, I find that the installed version is Drupal 8.5.0-alpha1. Seems odd, given that 8.5.0 has been released. I've tried changing the version from '8.x-dev' to '8.5.0', or '8.5.0-dev', and I get told that it can't be found.
I'm trying to figure out if there's a non-programmatic way to solve this issue. I have users that log in with their full name ("John Smith") and I'd like to show a directory of names, but sorted by their last name. Is there a way to just change the field that is displayed to "Smith, John" in Views or somehow just sort on the secondary name?
I've created a custom form with phpMyAdmin as a database.
The fields i am having are name, age, email, task and deadline. The question is if the deadline reaches less than two days i want to send an email to the person whose deadline is reached. How can i do this ? Can anyone help me out ?
Thanks.
I am expecting an example. Documentation is quite complex for me to understand.