Skip to content

Instantly share code, notes, and snippets.

View g-kanoufi's full-sized avatar

Guillaume Kanoufi g-kanoufi

  • Europe
View GitHub Profile
@g-kanoufi
g-kanoufi / flywheel-local-xdebug-vscode.md
Created May 19, 2020 13:44 — forked from ahmadawais/flywheel-local-xdebug-vscode.md
Debug WordPress with Visual Studio Code | VSCode WordPress Debug Setup | WordPress xDebug Setup for Local by FlyWheel with VSCode | Part of the VSCode Learning Course → https://VSCode.pro

VSCode WordPress Debugging Setup: WordPress Xdebug Setup for Local by FlyWheel with VSCode


Consider supporting my work by purchasing the course this tutorial is a part of i.e. VSCode Power User

🚅 TL;DR

  • Make sure your Local by FlyWheel WordPress install is a custom install
@g-kanoufi
g-kanoufi / .eslintignore
Created March 31, 2019 08:49 — forked from wpscholar/.eslintignore
Webpack 4 Config for WordPress plugin, theme, and block development
**/*.min.js
**/*.build.js
**/node_modules/**
**/vendor/**
build
coverage
cypress
node_modules
vendor
@g-kanoufi
g-kanoufi / 1-macOS-10.14-mojave-setup.md
Created November 9, 2018 23:30 — forked from kevinelliott/1-macOS-10.14-mojave-setup.md
macOS 10.14 Mojave Mostly-Automated Setup

To support my open-source work, consider adding me on Patreon.

macOS 10.14 Mojave Mostly-Automated Setup

An easy to refer to document for regularly setting up macOS 10.14 Mojave.

Controversy

The topic of recipe-based frequent fresh reinstalls of macOS is a controversial issue. Some people are against reinstalling macOS, citing that they have never had an issue with Apple provided upgrade installs.

@g-kanoufi
g-kanoufi / bitbucket-pipelines.yml
Last active August 3, 2019 17:42 — forked from keesiemeijer/setup-phpunit.sh
Setup Codeception for use in the Local by Flywheel app
image: php:7.2
pipelines:
branches:
# '{develop, staging}':
develop:
- step:
caches:
- composer
script:
# Installing first the libraries necessary to configure and install gd