Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1.2K
Vistas
No hint path defined for [mail] Laravel 8

In my Laravel Project i am trying to use Email sender and i use Mailable and a Job in a queue and that is working fine, but now i am trying to send a email using markdown and for some reason is not working bcs of this error: "No hint path defined for [mail]"

in Mailable:

{
    use Queueable, SerializesModels;

    /**
     * Create a new message instance.
     *
     * @return void
     */
    public function __construct()
    {
        //
    }

    /**
     * Build the message.
     *
     * @return $this
     */
    public function build()
    {
        return $this->markdown('emails.orders.shipped',['url'=>'www.google.com']);
    }
} 

and this is blade view, its the default example of Laravel docs:

@component('mail::message')
# Introduction

The body of your message.

@component('mail::button', ['url' => $url])
Button Text
@endcomponent

Thanks,<br>
@endcomponent

I need to pass a url that is gonna be a string.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

i have try this script it is working fine may be it is the issue of cache you can try this command

php artisan optimize:clear
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda