vuedo icon indicating copy to clipboard operation
vuedo copied to clipboard

View [themes.clean-blog.partials.layout] not found.

Open xiaolongnk opened this issue 8 years ago • 2 comments

I run this program , found this problem. View [themes.clean-blog.partials.layout] not found. is this file missing?

xiaolongnk avatar Aug 28 '16 12:08 xiaolongnk

Did you manage to solve this?

hootlex avatar Aug 29 '16 23:08 hootlex

In the template view the extended view call needs to be changed

From:

@extends('themes.clean-blog.partials.layout')

To:

@extends('themes.clean-blog.layouts.default')

This is present in file email.blade.php which is fixed with pull request #21

jeremykenedy avatar Sep 13 '16 07:09 jeremykenedy