Skip to content

Commit 68923cb

Browse files
author
Illia Sakovich
committed
wip
1 parent 5731b34 commit 68923cb

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/installation.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
11
---
2-
title: Installation
2+
title: Installation and setup
33
section: Getting Started
44
weight: 201
55
featherIcon: download
66
---
77

8+
## Basic installation
9+
810
You can install this package via composer using this command:
911

1012
```bash
1113
composer require coderello/laravel-dynamic-renderer
1214
```
1315

14-
## Publishing the config
15-
1616
To publish the config file to `config/dynamic-renderer.php` run:
1717

1818
```bash
1919
php artisan vendor:publish --tag="dynamic-renderer-config"
2020
```
21+
22+
## Choosing the renderer
23+
24+
After the installation you need to choose and setup the renderer.
25+
26+
These ones are shipped out of the box:
27+
28+
- [Prerender]({{base}}/{{version}}/prerender)
29+
- [Rendertron]({{base}}/{{version}}/rendertron)

0 commit comments

Comments
 (0)