Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Jun 22, 2022
1 parent 2dbd6e0 commit 3623b93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ composer require afbora/kirby-blade
git submodule add https://github.com/afbora/kirby-blade.git site/plugins/kirby-blade
```

### Manual

- Download the latest release
- Unzip downloaded file
- Copy/paste unzipped folder in your /site/plugins folder

#### Override Kirby `e()` helper

If you manually installed the plugin, you need to override Kirby's `e()` helper function from root `index.php`

```php
define('KIRBY_HELPER_E', false);
```

## What is Blade?

According to Laravel Blade documentation is:
Expand Down

0 comments on commit 3623b93

Please sign in to comment.