1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-10-23 19:06:05 +02:00

Added new chapter to web section

This commit is contained in:
Andrew Davis
2019-04-29 20:14:53 -05:00
parent 6e47a563d3
commit dba80b93b9
3 changed files with 65 additions and 0 deletions

View File

@@ -165,6 +165,12 @@ return [
'title' => 'HTTP POST',
'subtitle' => 'Sending data to a server',
'previous' => 'web/http',
'next' => 'web/http-server',
]),
Page::create('web/http-server', 'web/03-http-server.md', [
'title' => 'PHP HTTP Server',
'subtitle' => 'Handling HTTP Requests in PHP',
'previous' => 'web/http-post',
'next' => '',
]),
],