In this video I cover that (and why) I'm moving back to Laravel Valet (with PHP isolation) and how I configured XDebug 3.x in PHP 7.3, 7.4, 8.0, 8.1, and 8.2 easily with a symlinked 99-xdebug.ini
(source) file in conf.d/
.
In this video I cover that (and why) I'm moving back to Laravel Valet (with PHP isolation) and how I configured XDebug 3.x in PHP 7.3, 7.4, 8.0, 8.1, and 8.2 easily with a symlinked 99-xdebug.ini
(source) file in conf.d/
.
For further actions, you may consider blocking this person and/or reporting abuse
Eduard Krivanek -
Michael Bogan -
Süleyman Özgür Özarpacı -
Abhishek Keshri -
Once suspended, aubreypwd will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, aubreypwd will be able to comment and publish posts again.
Once unpublished, all posts by aubreypwd will become hidden and only accessible to themselves.
If aubreypwd is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Aubrey Portwood.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag aubreypwd:
Unflagging aubreypwd will restore default visibility to their posts.
Top comments (1)
I did a few changes to how I do this: see dev.to/aubreypwd/how-i-configured-...