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:
@@ -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' => '',
|
||||
]),
|
||||
],
|
||||
|
Reference in New Issue
Block a user