Skip to content

Instantly share code, notes, and snippets.

@Digi92
Last active February 12, 2019 12:13
Show Gist options
  • Select an option

  • Save Digi92/5a9ae67f9c21ae0daf218cd98bd2d464 to your computer and use it in GitHub Desktop.

Select an option

Save Digi92/5a9ae67f9c21ae0daf218cd98bd2d464 to your computer and use it in GitHub Desktop.
OLD: export PHP_IDE_CONFIG="serverName=example.dev"; /Applications/MAMP/bin/php/php7.0.12/bin/php -dxdebug.remote_autostart=1 -dxdebug.remote_host=127.0.0.1 /Volumes/Daten/Work/Example/htdocs/typo3/cli_dispatch.phpsh extbase example:cache:cleare exampleenviorment exampleenviorment
NEW: export PHP_IDE_CONFIG="serverName=example.dev"; /Applications/MAMP/bin/php/php7.0.12/bin/php -dxdebug.remote_autostart=1 -dxdebug.remote_host=127.0.0.1 /Volumes/Daten/Work/Example/htdocs/typo3/cli_dispatch.phpsh extbase exampleenviorment example:cache:cleare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment