tweaking layout.
This commit is contained in:
parent
6735631cc1
commit
3518f68633
|
@ -36,16 +36,8 @@
|
||||||
<p>
|
<p>
|
||||||
Leaning to use Laravel is amazingly simple thanks to
|
Leaning to use Laravel is amazingly simple thanks to
|
||||||
its {{ HTML::link('docs', 'wonderful documentation') }}.
|
its {{ HTML::link('docs', 'wonderful documentation') }}.
|
||||||
Here are the basics:
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="out-links">
|
|
||||||
<li>{{ HTML::link('docs/routing#the-basics', 'Defining Routes') }}</li>
|
|
||||||
<li>{{ HTML::link('docs/controllers#the-basics', 'Building Controllers') }}</li>
|
|
||||||
<li>{{ HTML::link('docs/views#the-basics', 'Creating Views') }}</li>
|
|
||||||
<li>{{ HTML::link('docs/database/eloquent', 'Eloquent ORM') }}</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>Create something beautiful.</h2>
|
<h2>Create something beautiful.</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue