From b0c331a56a4ace099dddf203d2b6b537256e12f1 Mon Sep 17 00:00:00 2001 From: mr-phlames Date: Sat, 7 Mar 2020 19:41:17 +0000 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 604ac1d..40f9fa2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ echo $blade->render('index', ['name' => 'Michael Darko']); We can have this as our template `index.blade.php` ```php + {{ $name }}