Skip to content

Commit c4db95a

Browse files
committed
WIP
1 parent 838ea49 commit c4db95a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<img src="https://banners.beyondco.de/Laravel%20Prerender.png?theme=light&packageManager=composer+require&packageName=codebar-ag%2Flaravel-prerender&pattern=circuitBoard&style=style_2&description=Integrate+Prerender.io+with+Laravel&md=1&showWatermark=0&fontSize=175px&images=template&widths=500&heights=500">
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codebar-ag/laravel-prerender.svg?style=flat-square)](https://packagist.org/packages/codebar-ag/laravel-prerender)
4+
[![GitHub-Tests](https://github.com/codebar-ag/laravel-prerender/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/codebar-ag/laravel-prerender/actions/workflows/run-tests.yml)
5+
[![GitHub Code Style](https://github.com/codebar-ag/laravel-prerender/actions/workflows/fix-php-code-style-issues.yml/badge.svg?branch=main)](https://github.com/codebar-ag/laravel-prerender/actions/workflows/fix-php-code-style-issues.yml)
46
[![Total Downloads](https://img.shields.io/packagist/dt/codebar-ag/laravel-prerender.svg?style=flat-square)](https://packagist.org/packages/codebar-ag/laravel-prerender)
5-
[![run-tests](https://github.com/codebar-ag/laravel-prerender/actions/workflows/run-tests.yml/badge.svg)](https://github.com/codebar-ag/laravel-prerender/actions/workflows/run-tests.yml)
6-
[![Check & fix styling](https://github.com/codebar-ag/laravel-prerender/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/codebar-ag/laravel-prerender/actions/workflows/php-cs-fixer.yml)
77

88
This package was developed to give you a quick start to integrate with the
99
Prerender.io service in your Laravel application.
1010

1111
## 🙇 Credits
1212

13-
This package is a clone from [jeroennoten/Laravel-Prerender](https://github.com/jeroennoten/Laravel-Prerender)
13+
This package is a clone from [jeroennoten/laravel-prerender](https://github.com/jeroennoten/Laravel-Prerender)
1414
with [jeroennoten](https://github.com/jeroennoten) as the original author.
1515
[CasperLaiTW](https://github.com/CasperLaiTW) provided Laravel 6,7 & 8
1616
compatibility by an unmerged (14th September 2020) Pull-Request.
@@ -32,7 +32,8 @@ using Prerender.io since the response always goes through your server.
3232

3333
| Package | PHP | Laravel | Prerender.io access |
3434
|:-------:|:-----------:|:-------:|:-------------------:|
35-
| main | ^8.2 - ^8.3 | 11.x ||
35+
| v12.0.0 | ^8.2 - ^8.4 | 12.x ||
36+
| v11.0.0 | ^8.2 - ^8.3 | 11.x ||
3637
| v3.3.0 | ^8.1 - ^8.3 | 10.x ||
3738
| v3.2.0 | ^8.0 - ^8.2 | 9.x ||
3839
| v3.1.1 | ^7.3 - ^8.1 | 8.x ||

0 commit comments

Comments
 (0)