lundi 7 août 2017

How to load blade view from public folder

I have blade view page which i wanted to show from public directory.As I have used MailChimp mail for sending email from my application and in godaddy server the mail page couldn't load the style properly as MailChimp mostly used cdn .

So i need to keep the blade view to public directory..How to i load the page inside mail function ?

public function build()
    { 
          return $this->from('support@abn-news.com', 'AbnNews')
            ->subject('Account Verification')
            ->view('emails.activation');  // Here i  need to load the view
    }



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2uyBOrQ
via IFTTT

Aucun commentaire:

Enregistrer un commentaire