Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nfangxu committed Aug 21, 2020
1 parent ea12e28 commit ebd7f4b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## Fangx's Packages
## Laravel Blade template for Hyperf

### Install

Via Composer

```
composer require fangx/hyperf-package
```
composer require fangx/view
```

### Config

```php
# config/autoload/view.php

return [
'engine' => \Fangx\View\HyperfViewEngine::class,
// ...
];
```

0 comments on commit ebd7f4b

Please sign in to comment.