docs bundle in progress

This commit is contained in:
Dayle Rees
2012-04-01 22:45:19 +01:00
parent 363b7c54df
commit bf32b6f6ca
12 changed files with 294 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
@layout('docs::template')
@section('content')
<h3>Learn the terrain.</h3>
<p>
You've landed yourself on our <code>default</code> home page. The route that
is generating this page lives at:
</p>
<pre>APP_PATH/routes.php</pre>
<p>And the view sitting before you can be found at:</p>
<pre>APP_PATH/views/home/index.php</pre>
<h3>Create something beautiful.</h3>
<p>
Now that you're up and running, it's time to start creating!
Here are some links to help you get started:
</p>
<ul>
<li><a href="http://laravel.com">Official Website</a></li>
<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