@extends('layouts.app') @section('banner')

Welcome to Laravel 5!

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling.

@stop @section('content')
  1. Have a Look Around

    Review app/Http/Controllers/WelcomeController.php to learn how this page was constructed.

  2. Harness Your Skills

    Once you've toyed around for a bit, you'll surely want to dig in and learn more. Try:

  3. Forge Ahead

    Finished building your app? It's time to deploy! Laravel still has your back. Use Laravel Forge.

  4. Profit

    ...and go be with your family.

@stop