mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-31 00:59:53 +02:00
Added 'Getting Started' Section
Contains basic information guiding new users toward the latest version of PHP. Moved the CLI web server section into Getting Started because it makes more sense here. Added stubs for windows and mac setups that could certainly be further fleshed out with step-by-step tutorials.
This commit is contained in:
@@ -29,6 +29,14 @@
|
||||
<nav class="site-navigation">
|
||||
<ul>
|
||||
<li><a href="#site-header">Welcome</a></li>
|
||||
<li><a href="#getting_started">Getting Started</a>
|
||||
<ul>
|
||||
<li><a href="#use_the_current_stable_version_54">Use the Current Stable Version (5.4)</a></li>
|
||||
<li><a href="#builtin_web_server">Built-in Web Server</a></li>
|
||||
<li><a href="#windows_setup">Windows Setup</a></li>
|
||||
<li><a href="#mac_setup">Mac Setup</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#code_style_guide">Code Style Guide</a></li>
|
||||
<li><a href="#language_highlights">Language Highlights</a>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user