The only reason I've never used Drupal for a real project is because when I've tried to study it and install it, I end up easily breaking it, or it breaks on it's own without my involvement.
Forgive me this vague query, but I'm looking for suggestions before I jump in.
I've used Drupal years ago to create a few tiny web sites and thought it had advantages over Wordpress.
Recently I've been asked to create a web site for a local Peace & Justice group. This is a tiny group of a couple dozen members which seeks to grow. Right now they're using Facebook and want to move off that to an old/little-used web site.
I am working on the Drupal 8 installation. I have made some changes to the configuration files to the upstream, I would like to learn how to apply these new configuration changes to previously created Drupal 8 sites.
What are some ways that I can go about to get this process start, so the sites will be auto synchronous without manually process?
I have a content type 'person' and a content type 'company'. I created an entity reference field to the company content on the person node, and vice versa. I can create a person and either select an existing company or create a new one. So far so good. But it doesn't link back. So when I check the company page that I created while making a person, it doesn't show the person that should be linked to it.
I want to create a Drupal site, based on some qualification site admin will credit a user with a certain amount in his wallet. The user when he wishes will request withdrawal and the admin will make a transfer, off-site, to his bank account; and then mark the request-for-withdrawal as paid. Can I be able to build this with D8? Thanks for your time.