From e56a71b73f4ae6a3ae5443afcfaa3523f3b9d2e0 Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Sun, 26 Apr 2020 03:55:13 -0400 Subject: [PATCH] Update Link to Paul M. Jones Website Closes #841 --- _posts/01-06-01-Common-Directory-Structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/01-06-01-Common-Directory-Structure.md b/_posts/01-06-01-Common-Directory-Structure.md index 69a16f9..1cd9fa7 100644 --- a/_posts/01-06-01-Common-Directory-Structure.md +++ b/_posts/01-06-01-Common-Directory-Structure.md @@ -14,6 +14,6 @@ For each team, CMS, or framework one works in, a standard directory structure is [Paul M. Jones] has done some fantastic research into common practices of tens of thousands of github projects in the realm of PHP. He has compiled a standard file and directory structure, the [Standard PHP Package Skeleton], based on this research. In this directory structure, `DocumentRoot` should point to `public/`, unit tests should be in the `tests/` directory, and third party libraries, as installed by [composer], belong in the `vendor/` directory. For other files and directories, abiding by the [Standard PHP Package Skeleton] will make the most sense to contributors of a project. -[Paul M. Jones]: https://twitter.com/pmjones +[Paul M. Jones]: http://paul-m-jones.com/ [Standard PHP Package Skeleton]: https://github.com/php-pds/skeleton [Composer]: /#composer_and_packagist