Skip to content

Instantly share code, notes, and snippets.

View eerison's full-sized avatar
🇧🇷
🇩🇪

Erison Silva eerison

🇧🇷
🇩🇪
View GitHub Profile
@eerison
eerison / compose.override.yaml
Last active May 20, 2025 14:18
xdebug Configuration
services:
php:
volumes:
- ~/.config/nvim-external/xdebug-config/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
#It is necessary for linux environment.
extra_hosts:
- "host.docker.internal:host-gateway"
@eerison
eerison / ha-z2m-moes-ufo-r11.yml
Last active June 29, 2024 08:05
[MOES - UFO-R11] Homeassistant blueprint - zigbee2mqqt
blueprint:
test: 123
@eerison
eerison / mac-setting.md
Last active September 21, 2023 11:26
Install astro
@eerison
eerison / rector-sonata-core-bundle.php
Last active February 2, 2022 18:35
This rule help you to remove the deprecated core bundle from sonata admin project.
<?php
$parameters = $containerConfigurator->parameters();
$parameters->set(Option::SKIP, [
StringClassNameToClassConstantRector::class => [
__DIR__ . '/rector.php',
],
]);
// it need to be used with rector php: https://github.com/rectorphp/rector