install

Design Patterns – Configuring the project

Let’s get started Firstly I will create our skeleton to go through patterns. The project will be available at https://github.com/diegosm/designpatterns Ok, after cloning this repository on my machine, lets create some folders and files, the structure should be like the image below: Then we will create our files: composer.json phpcs.xml phpunit.xml .gitignore Now is time Design Patterns – Configuring the project