![]()
WARNING You're browsing the documentation for an old version of Lumen. Consider upgrading your project to Lumen 10.x.
Lumen allows you to serve HTML content using the View facade and the powerful Blade templating engine.
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
Viewfacade, be sure you have uncommented the$app->withFacades()method call in yourbootstrap/app.phpfile.