|
1 | | -<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"> |
| 1 | +<img src="https://banners.beyondco.de/Laravel%20Prerender.png?theme=light&packageManager=composer+require&packageName=agentsoftware%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"> |
2 | 2 |
|
3 | | -[](https://packagist.org/packages/codebar-ag/laravel-prerender) |
4 | | -[](https://packagist.org/packages/codebar-ag/laravel-prerender) |
5 | | -[](https://github.com/codebar-ag/laravel-prerender/actions/workflows/run-tests.yml) |
6 | | -[](https://github.com/codebar-ag/laravel-prerender/actions/workflows/fix-php-code-style-issues.yml) |
7 | | -[](https://github.com/codebar-ag/laravel-prerender/actions/workflows/phpstan.yml) |
8 | | -[](https://github.com/codebar-ag/laravel-prerender/actions/workflows/dependency-review.yml) |
| 3 | +[](https://packagist.org/packages/agentsoftware/laravel-prerender) |
| 4 | +[](https://packagist.org/packages/agentsoftware/laravel-prerender) |
| 5 | +[](https://github.com/agentsoftware/laravel-prerender/actions/workflows/run-tests.yml) |
| 6 | +[](https://github.com/agentsoftware/laravel-prerender/actions/workflows/fix-php-code-style-issues.yml) |
| 7 | +[](https://github.com/agentsoftware/laravel-prerender/actions/workflows/phpstan.yml) |
| 8 | +[](https://github.com/agentsoftware/laravel-prerender/actions/workflows/dependency-review.yml) |
9 | 9 |
|
10 | 10 |
|
11 | 11 | This package was developed to give you a quick start to integrate with the |
@@ -47,7 +47,7 @@ using Prerender.io since the response always goes through your server. |
47 | 47 | You can install the package via composer: |
48 | 48 |
|
49 | 49 | ```shell |
50 | | -composer require codebar-ag/laravel-prerender |
| 50 | +composer require agentsoftware/laravel-prerender |
51 | 51 | ``` |
52 | 52 |
|
53 | 53 | If you want to make use of the Prerender.io service, add the following to your `.env` file: |
@@ -89,7 +89,7 @@ This may be useful for your local development environment. |
89 | 89 | You can publish the config file with: |
90 | 90 |
|
91 | 91 | ```shell |
92 | | -php artisan vendor:publish --provider="CodebarAg\LaravelPrerender\LaravelPrerenderServiceProvider" |
| 92 | +php artisan vendor:publish --provider="AgentSoftware\LaravelPrerender\LaravelPrerenderServiceProvider" |
93 | 93 | ``` |
94 | 94 |
|
95 | 95 | Afterwards you can customize the Whitelist/Blacklist on your own. |
|
0 commit comments