Learn the terrain.

You've landed yourself on our default home page. The route that is generating this page lives at:

{{ path('app') }}routes.php

And the view sitting before you can be found at:

{{ path('app') }}views/home/index.php

Grow in knowledge.

Leaning to use Laravel is amazingly simple thanks to its {{ HTML::link('docs', 'wonderful documentation') }}. Here are the basics:

  • {{ HTML::link('docs/routing#the-basics', 'Defining Routes') }}
  • {{ HTML::link('docs/controllers#the-basics', 'Building Controllers') }}
  • {{ HTML::link('docs/views#the-basics', 'Creating Views') }}
  • {{ HTML::link('docs/database/eloquent', 'Eloquent ORM') }}

Create something beautiful.

Now that you're up and running, it's time to start creating! Here are some links to help you get started: