Pinned Loading
-
cart-product-api
cart-product-api PublicOverengineered application with products and carts. Operations available via REST API, API errors handled via Symfony kernel.exception, storage PostgreSQL, orm is Doctrine, framework is Symfony, Co…
PHP 5
-
two-heroes-fight-simulation
two-heroes-fight-simulation PublicRepository contains battle simulation implemented with SOLID principles, Design Patterns and Unit Tests
PHP 1
-
ddd-in-php
ddd-in-php PublicMy personal notes, conclusions, questions and thoughts that came up when studying "Domain-Driven Design In PHP" by Buenosivinos, Soronellas, Akbary
-
docker-php-cli-xdebug
docker-php-cli-xdebug PublicProvides basic php-cli docker image with installed Composer and configured xDebug along with PHPStorm IDE configuration manual. Use it as starting point to your custom PHP application based on what…
-
Remove file or directory from git hi...
Remove file or directory from git history 1git filter-branch --force --index-filter "git rm --cached --ignore-unmatch PATH-TO-YOUR-FILE-WITH-SENSITIVE-DATA" --prune-empty --tag-name-filter cat -- --all
23> https://help.github.com/en/articles/removing-sensitive-data-from-a-repository
If the problem persists, check the GitHub status page or contact support.