mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 14:18:14 +01:00
709 B
709 B
Laravel Blade Templating Example
This example showcases how to use the Laravel Blade templating engine to render views and pass them to Dumbo for displaying as HTML pages.
Getting Started
Follow these steps to set up and run the example:
-
Install Dependencies
First, install the necessary dependencies by running:
composer install
-
Start the Development Server
Once the dependencies are installed, start the development server with the following command:
composer start
Additional Resources
For more information on Laravel Blade and its capabilities, visit the official Blade documentation.