Views

Introduction

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

Differences From Maravelith

There are no differences between using views in Maravel and using views in Maravelith; therefore, please consult the full Maravelith 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.


This site uses Just the Docs, a documentation theme for Jekyll.