File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Installation
2
+ title : Installation and setup
3
3
section : Getting Started
4
4
weight : 201
5
5
featherIcon : download
6
6
---
7
7
8
+ ## Basic installation
9
+
8
10
You can install this package via composer using this command:
9
11
10
12
``` bash
11
13
composer require coderello/laravel-dynamic-renderer
12
14
```
13
15
14
- ## Publishing the config
15
-
16
16
To publish the config file to ` config/dynamic-renderer.php ` run:
17
17
18
18
``` bash
19
19
php artisan vendor:publish --tag=" dynamic-renderer-config"
20
20
```
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 )
You can’t perform that action at this time.
0 commit comments