skip to Main Content

Redis – DDEV/Laravel/PHPUnit: Problems with setup in PhpStorm

Using Laravel with DDEV/Docker on a Mac, I am stuck getting PhpStorm to run directly PHPUnit with coverage. I am following these instructions: https://ddev.readthedocs.io/en/stable/users/topics/phpstorm/ I started the setup with curl -s "https://laravel.build/myproject?with=mysql,redis,memcached" | bash Everything's is working fine, including debugging…

VIEW QUESTION
Back To Top
Search