Skip to content

Commit

Permalink
Update default banner
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Apr 10, 2023
1 parent 51fb9a1 commit 53ffc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/stubs/install/README.md.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# {{ $PACKAGE_TITLE }}

[![{{ $PACKAGE_TITLE }}](https://preview.dragon-code.pro/{{ $VENDOR_NAMESPACE }}/{{ $PACKAGE_SLUG }}.svg?brand=laravel)]({{ $REPO_URL }})
[![{{ $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 }})

[![Stable Version][badge_stable]][link_packagist]
[![Unstable Version][badge_unstable]][link_packagist]
Expand Down Expand Up @@ -28,7 +28,7 @@
```@endif

@if ($SETUP_DATABASE)
## Migrations
## 📅 Migrations

```bash
# publish migrations
Expand Down

0 comments on commit 53ffc6b

Please sign in to comment.