Drush 9, commands for db, site-aliases
Submitted by Svetoslav Stoyanov on Fri, 2020-06-12 11:06drush sql-dump --result-file="../db/db.sql"
- export db
drush sql-drop
- drop the current database
Category:
drush sql-dump --result-file="../db/db.sql"
- export db
drush sql-drop
- drop the current database
If your default php is 7.2 for ex. but your site is with php7.4-fpm, how to use the same php7.4 when using composer for managing the modules?
How to have multiple php? https://www.digitalocean.com/community/tutorials/how-to-run-multiple-php...
How to use them?
Just in virtualhost config use as
As the cookie work out-of-the-box in the browser, we can use it for rest request also almost out-of-the-box (use 'withCredentials: true' headerOption in a request, do not forget to enable 'supportsCredentials: true' in services.yml alongside other CORS config).
hook_preprocess_node