Lumen
  • Prologue

    • Release Notes
    • Upgrade Guide
  • Getting Started

    • Installation
    • Configuration
  • The Basics

    • Routing
    • Middleware
    • Controllers
    • Requests
    • Responses
  • More Features

    • Authentication
    • Authorization
    • Cache
    • Database
    • Encryption
    • Errors & Logging
    • Events
    • Mail
    • Queues
    • Service Container
    • Service Providers
    • Testing
    • Validation
    • Views

Views

Introduction

Lumen allows you to serve HTML content using the View facade and the powerful Blade templating engine.

Differences From Laravel

There are no differences between using views in Lumen and using views in Laravel; therefore, please consult the full Laravel documentation for usage examples.

Note: Before using the View facade, be sure you have uncommented the $app->withFacades() method call in your bootstrap/app.php file.

  • 在线文档
  • Laracasts
  • Laravel中文网

Laravel is a trademark of Taylor Otwell. Copyright © Taylor Otwell.

全栈开发网