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

Target class [blade.compiler] does not exist. #77

Open
seymennc opened this issue Aug 28, 2024 · 2 comments
Open

Target class [blade.compiler] does not exist. #77

seymennc opened this issue Aug 28, 2024 · 2 comments

Comments

@seymennc
Copy link

My View.php file in the core folder is like this:

render($view, $data); } catch (Exception $e) { echo 'Hata: ' . $e->getMessage(); } } } Although I have home.blade.php in /resources/view/, I get the error in the title.
@JakeBooher
Copy link

JakeBooher commented Sep 9, 2024

Had a similar issue after upgrading, was resolved with comment in #74

@Suram-Singh
Copy link

Also got the error, After reading through comments, solved by downgrading illuminate/view to v11.7.0 for now.

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

3 participants