Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit c558f0f

Browse files
authored
fix: add missing images and update readme on how to publish them (#37)
1 parent d19f8c6 commit c558f0f

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Installation
1010

1111
1. Require with composer: `composer require arkecosystem/fortify`
12-
2. Publish all the assets / views with `php artisan vendor:publish --provider="ARKEcosystem\Fortify\FortifyServiceProvider" --tag=config`.
12+
2. Publish all the assets / views with `php artisan vendor:publish --provider="ARKEcosystem\Fortify\FortifyServiceProvider" --tag=config --tag=images`.
1313
3. Disable auto-discovery for all fortify packages. This step is required so that we can control the loading order of `laravel/fortify` and `arkecosystem/fortify`.
1414

1515
```json
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

resources/views/auth/verified.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@section('content')
44
<div class="flex max-w-md p-8 mx-auto my-6 bg-white rounded-lg">
55
<div class="flex flex-col w-full text-center">
6-
<img class="mb-5" src="/images/placeholders/verified-email.svg" />
6+
<img class="mb-5" src="/images/auth/verified-email.svg" />
77
<h2>@lang('fortify::auth.verified.page_header')</h2>
88
<p>
99
@lang('fortify::auth.verified.page_description')

resources/views/auth/verify-email.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@section('content')
1515
<div class="flex max-w-md p-8 mx-auto my-6 bg-white rounded-lg">
1616
<div class="flex flex-col w-full">
17-
<img class="mb-5" src="/images/verify-email.svg" />
17+
<img class="mb-5" src="/images/auth/verify-email.svg" />
1818
<h2>@lang('fortify::auth.verify.page_header')</h2>
1919
<p>
2020
@lang('fortify::auth.verify.link_description')

0 commit comments

Comments
 (0)