We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72de399 commit 8648440Copy full SHA for 8648440
README.md
@@ -2,16 +2,16 @@
2
3
This is a renderer for rendering PHP view scripts into a PSR-7 Response object. It works well with Slim Framework 3.
4
5
-<<<<<<< HEAD
+
6
## Templates
7
You may use `$this` inside your php templates. `$this` will be the actual PhpRenderer object will allow you to render sub-templates
8
-=======
9
## Installation
10
11
Install with [Composer](http://getcomposer.org):
12
13
composer require slim/php-view
14
->>>>>>> f5134be6ea4dac95e14439ce203927d57760ccf4
15
16
## Usage With Slim 3
17
0 commit comments