update README
This commit is contained in:
@ -11,7 +11,7 @@ You can use this component to create and render templates in your Slim Framework
|
|||||||
|
|
||||||
Via [Composer](https://getcomposer.org/)
|
Via [Composer](https://getcomposer.org/)
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ composer require hiropeke/slim-blade-view
|
$ composer require hiropeke/slim-blade-view
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ Requires Slim Framework 3 and PHP 5.5.0 or newer.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```php
|
||||||
// Slim Settings
|
// Slim Settings
|
||||||
$config = [
|
$config = [
|
||||||
'settings' => [
|
'settings' => [
|
||||||
@ -60,7 +60,7 @@ $app->run();
|
|||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ phpunit
|
$ phpunit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user