From 4a2d6c73ea526d30e38844991e9f3206c7f2879e Mon Sep 17 00:00:00 2001 From: Fabio Hiroki Date: Wed, 6 Oct 2021 20:38:28 +0200 Subject: [PATCH 1/2] update readme --- README.md | 5 +++++ app/creational/prototype/README.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 app/creational/prototype/README.md diff --git a/README.md b/README.md index f5db5bd..bef53ed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # php-design-patterns A collection of design patterns written in PHP + +[![PHP Composer](https://github.com/fabiothiroki/php-design-patterns/actions/workflows/php.yaml/badge.svg)](https://github.com/fabiothiroki/php-design-patterns/actions/workflows/php.yaml) [![Coverage Status](https://coveralls.io/repos/github/fabiothiroki/php-design-patterns/badge.svg?branch=main)](https://coveralls.io/github/fabiothiroki/php-design-patterns?branch=main) + +## Creational +- [Prototype]() \ No newline at end of file diff --git a/app/creational/prototype/README.md b/app/creational/prototype/README.md new file mode 100644 index 0000000..ff59eef --- /dev/null +++ b/app/creational/prototype/README.md @@ -0,0 +1,3 @@ +# Prototype design pattern in PHP + +Article: https://dev.to/fabiothiroki/php-design-patterns-prototype-1lim \ No newline at end of file From 42dd5257c65eb1945378239de33b1def7b8bb4e0 Mon Sep 17 00:00:00 2001 From: Fabio Hiroki Date: Wed, 6 Oct 2021 20:39:21 +0200 Subject: [PATCH 2/2] update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bef53ed..9e1750a 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A collection of design patterns written in PHP [![PHP Composer](https://github.com/fabiothiroki/php-design-patterns/actions/workflows/php.yaml/badge.svg)](https://github.com/fabiothiroki/php-design-patterns/actions/workflows/php.yaml) [![Coverage Status](https://coveralls.io/repos/github/fabiothiroki/php-design-patterns/badge.svg?branch=main)](https://coveralls.io/github/fabiothiroki/php-design-patterns?branch=main) ## Creational -- [Prototype]() \ No newline at end of file +- [Prototype](app/creational/prototype) \ No newline at end of file