In the last article, I explained the use of namespaces, which we need today to establish autoloading, which simultaneously defines our file and folder structure.
Declare classes in their own PHP files
To keep our code clear, we distribute the code se...