Skip to content

Commit 53ffc6b

Browse files
committed
Update default banner
1 parent 51fb9a1 commit 53ffc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/stubs/install/README.md.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# {{ $PACKAGE_TITLE }}
22

3-
[![{{ $PACKAGE_TITLE }}](https://preview.dragon-code.pro/{{ $VENDOR_NAMESPACE }}/{{ $PACKAGE_SLUG }}.svg?brand=laravel)]({{ $REPO_URL }})
3+
[![{{ $PACKAGE_TITLE }}](https://banners-laravel-ready.vercel.app/{{ urlencode($PACKAGE_TITLE) }}.png?theme=light&packageManager=composer+require&packageName={{ urlencode($COMPOSER_PACKAGE_NAME) }}&pattern=architect&style=style_1&description=By+{{ urlencode($VENDOR_NAMESPACE) }}&md=1&showWatermark=1&watermarkText=generated+by+laravel-ready\/packager&fontSize=100px&images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg?brand=laravel)]({{ $REPO_URL }})
44

55
[![Stable Version][badge_stable]][link_packagist]
66
[![Unstable Version][badge_unstable]][link_packagist]
@@ -28,7 +28,7 @@
2828
```@endif
2929

3030
@if ($SETUP_DATABASE)
31-
## Migrations
31+
## 📅 Migrations
3232

3333
```bash
3434
# publish migrations

0 commit comments

Comments
 (0)