Results for ddev
Edit 2023-12-08: The upstream issues are resolved. For DDEV v1.22.5, just add this to .ddev/config.yaml: webimage_extra_packages: [php8.3-xdebug] For ...
I started working with Docker and need to set-up a website project. I also need to import the database via command ddev import-db --file=dumpfile.sql....
We are a group of developers that work on multiple ddev projects. Some of these projects have a "." in their name, which by now breaks the PhpStorm in...
Instead of using ddev share, I want to run ddev applications on a virtual server (Hetzner, Ubuntu installed, pre-installed docker ce). As docker alrea...
As far as I know, DDEV provides configuration options for phpMyAdmin to comfortably work with containered MySQL/MariaDB databases. But I would rather ...
On native Debian, I develop the following way: Webpack dev server: devServer: { host: "192.168.XX.XX", port: 8080, disableHostCheck: true, inl...
In PHP 7.2 and higher the mcrypt extension is no longer available, but my project depends on it. I know that the project shouldn't be using something ...
I am using DDEv and Docker with Windows 10 pro to set up a localhost install of drupal 8.8 using Composer. I have set up and configured the local drup...
I have these needs from time to time in the web container: ssh to a server from inside the web container Use git to a private repository inside the w...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?