styling, prettyprint and layout

This commit is contained in:
Dayle Rees
2012-04-02 10:03:02 +01:00
parent bf32b6f6ca
commit 2c459547e6
10 changed files with 1550 additions and 12 deletions

View File

@@ -10,6 +10,12 @@
<pre>APP_PATH/routes.php</pre>
<pre class="prettyprint lang-php linenums">
return array(
'welcome' => 'Welcome to our website!',
);
</pre>
<p>And the view sitting before you can be found at:</p>
<pre>APP_PATH/views/home/index.php</pre>
@@ -26,4 +32,4 @@
<li><a href="http://forums.laravel.com">Laravel Forums</a></li>
<li><a href="http://github.com/laravel/laravel">GitHub Repository</a></li>
</ul>
@endsection
@endsection