Skip to content

Commit 45ff045

Browse files
author
Ilya Sakovich
authored
Update README.md
1 parent 1340aed commit 45ff045

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# Laravel Dynamic Rendering
1+
<p align="center"><img src="https://coderello.com/images/packages/laravel-dynamic-rendering.svg"></p>
22

3-
## Installation
3+
## Introduction
44

5-
You can install this package via composer using this command:
5+
**Laravel Dynamic Rendering** totally solves the SEO issue for SPA (single page applications).
66

7-
```bash
8-
composer require coderello/laravel-dynamic-rendering
9-
```
7+
Under the hood, if the request was made by the search bot, the requested page of your SPA is being converted into the plain HTML using the renderer and returned to the robot.
108

11-
The package will automatically register itself.
9+
The search engine is happy, you are happy, everyone is happy!
10+
11+
## Official Documentation
12+
13+
Documentation for **Laravel Dynamic Rendering** can be found on the [Coderello website](https://coderello.com/docs/laravel-dynamic-rendering/next/introduction).
14+
15+
## Contributing
16+
17+
Thank you for considering contributing to **Laravel Dynamic Rendering**! The contribution guide can be found in the [documentation](https://coderello.com/docs/laravel-dynamic-rendering/next/contributing).
18+
19+
## License
20+
21+
**Laravel Dynamic Rendering** is open-sourced software licensed under the [MIT license](LICENSE.md).

0 commit comments

Comments
 (0)