ParseError syntax error, unexpected 'EnvironmentInterface' (T_STRING), expecting function (T_FUNCTION) #39804
Unanswered
putrageass
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm a new user for Laravel, currently still learning.
I just recently upgrade my Laravel app which I used for Loan Device Management, from 7.2 to 8.0
Everything went great except I can't send any notification anymore using email on my local file.
The error is
ParseError
syntax error, unexpected 'EnvironmentInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Is it because the PHP version? currently I'm using PHP 8 on my local.
I already search it on google but no luck, I'm aware about Markdown parse problem, but can't get around this problem.
Beta Was this translation helpful? Give feedback.
All reactions