[Solved] Drupal 8 Detect Dev URL, then do something

[ad_1] You can achieve this using something like config_split and Drupal’s standard settings.php. You can include environment specific settings using an environment var, or the URL, or just a if (file_exists($file)) {, and then set which split to use in the include. [ad_2] solved Drupal 8 Detect Dev URL, then do something

[Solved] can someone pls help me to find out opensource drupal themes which has user login options and file upload

[ad_1] Themes are (usually) only styling front-end of your site. Drupal by default (must) have users system login/registration form and all other functionality related to users. When you activate your new theme logout and go to page “/user” to see your loging form. There are also “/user/register”, “/user/password” and some other related with user account … Read more