You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _posts/01-06-01-Common-Directory-Structure.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,6 @@ For each team, CMS, or framework one works in, a standard directory structure is
14
14
15
15
[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.
Copy file name to clipboardexpand all lines: _posts/16-10-01-Books.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ book to be added, send a PR and it will be reviewed for relevancy.
12
12
13
13
### Free Books
14
14
15
-
*[PHP Pandas](http://daylerees.com/php-pandas/) - Aims to teach everyone how to be a web developer.
15
+
*[PHP Pandas](https://daylerees.com/php-pandas/) - Aims to teach everyone how to be a web developer.
16
16
*[PHP The Right Way](https://leanpub.com/phptherightway/) - This website is available as a book completely for free.
17
17
*[Using Libsodium in PHP Projects](https://paragonie.com/book/pecl-libsodium) - Guide to using Libsodium PHP extension
18
18
for modern, secure, and fast cryptography.
@@ -28,7 +28,7 @@ developer usually acquires over years of experience, all condensed down into one
28
28
small, specific steps
29
29
*[Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A guide to some of the most common
30
30
security terms and provides some examples of them in every day PHP
31
-
*[Scaling PHP](http://www.scalingphpbook.com/) - Stop playing sysadmin and get back to coding
31
+
*[Scaling PHP](https://www.scalingphpbook.com/) - Stop playing sysadmin and get back to coding
32
32
*[Signaling PHP](https://leanpub.com/signalingphp) - PCNLT signals are a great help when writing PHP scripts that
33
33
run from the command line.
34
34
*[Minimum Viable Tests](https://leanpub.com/minimumviabletests) - Long-time PHP testing evangelist Chris Hartjes goes over what he feels is the minimum you need to know to get started.
0 commit comments