diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-01-15 17:33:16 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-01-15 17:33:16 +0000 |
| commit | 254e4d3bb075be063c7d897dd127502fe330413d (patch) | |
| tree | 9643a8dda0a8ddeab6d467af685688caa2a8a80a | |
| parent | e40725c663bc679aabcff11fd2dd579fefb9d35e (diff) | |
Publish PHP 8 articles
| -rw-r--r-- | source/_posts/installing_php_8_for_windows_10.md | 1 | ||||
| -rw-r--r-- | source/_posts/php_8_tutorials.md | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/source/_posts/installing_php_8_for_windows_10.md b/source/_posts/installing_php_8_for_windows_10.md index 412a773..bf13267 100644 --- a/source/_posts/installing_php_8_for_windows_10.md +++ b/source/_posts/installing_php_8_for_windows_10.md @@ -2,6 +2,7 @@ extends: _layouts.post section: content title: Installing PHP 8 for Windows 10 +date: 2021-01-18 description: A guide to how to install PHP 8 for Windows 10. tags: [PHP] --- diff --git a/source/_posts/php_8_tutorials.md b/source/_posts/php_8_tutorials.md index c9bb97b..5b647d7 100644 --- a/source/_posts/php_8_tutorials.md +++ b/source/_posts/php_8_tutorials.md @@ -2,6 +2,7 @@ extends: _layouts.post section: content title: PHP 8 Tutorials +date: 2021-01-18 description: A collection of PHP 8 tutorials for beginner and intermediate developers. tags: [PHP] --- @@ -21,3 +22,7 @@ Each tutorial covers a singe topic and is short and to the point. They don't cov Example code is small and demonstrates a single principal. They are written so that they can be copied and pasted or entered quickly into an editor without any fuss. Code is meant to be ran from the terminal. A web server or database is not needed to be installed. For those examples that require running the code in a browser the internal web server provided by PHP 8 is used. These tutorials are not meant to replace the [manual](https://www.php.net/manual/en/index.php). + +## Foundation + +- [Installing PHP 8 for Windows 10](/posts/installing-php-8-for-windows-10) |
