Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecognized extension in file #35

Open
nk2580 opened this issue Jun 16, 2016 · 2 comments
Open

Unrecognized extension in file #35

nk2580 opened this issue Jun 16, 2016 · 2 comments

Comments

@nk2580
Copy link

nk2580 commented Jun 16, 2016

Hello,

i'm using this package in a WordPress Environment,
basically i'm trying to let blade control my output however when more than one package using this class exists the engine cannot recognize the file extensions of blade templates

any ideas why the package would fire this error?

@Seb-
Copy link

Seb- commented Sep 29, 2016

I have the same error with a totally different setup (not WordPress related).

The exact same call $this->blade->view()->make('file', $data)->render() works fine from PHPUnit but fails from my actual code.

@Seb-
Copy link

Seb- commented Sep 29, 2016

Apparently the issue might have been that I required two different autoload.php (from two different folders elsewhere). After I merged the two into a single composer.json the issue was solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants