嗨,大家好我試圖顯示在查看我的降價電子郵件,但有什麼不對我的郵件視圖,它顯示了像沒有暗示路徑定義爲[郵件] Laravel 5.4
ErrorException in FileViewFinder.php line 112:
No hint path defined for [mail]. (View: /opt/lampp/htdocs/ppsb_new/core/resources/views/emails/tagihan.blade.php)
和我降價郵件鑑於
@component('mail::message')
# TAGIHAN PEMBAYARAN
Berikut tagihan anda untuk pembayaran
@component('mail::button', ['url' => ''])
wut ?
@endcomponent
Gunakan kode tagihan tersebut untuk membayar tagihan.
Thanks,<br>
{{ config('app.name') }}
@endcomponent
,也有供應商對我的看法誰都有自己的組件,請幫助我。
然後?...... –
請給出更詳細的答案,例如:使用示例。 – Ken
@Ken檢查https://laracasts.com/series/laravel-from-scratch-2017/episodes/27?autoplay=true –