We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug vscode display error Undefined Function 'App\Http\Controllers\toastr'
Undefined Function 'App\Http\Controllers\toastr'
but it works in browser. (just showing unnecessary error in vscode)
i don't know if this is bug or not. but maybe any suggestion to get rid off this error?
To Reproduce Steps to reproduce the behavior:
toastr()
Expected behavior there is no error in vscode terminal
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Hello @ahmaruff, actually this is not an error in PHP, just ignore it or try to use \ and see if the error disappears:
\
\toastr()->success('Your form has been submitted.');
Sorry, something went wrong.
thanks for your suggestion @yoeunes, but it still display error Undefined function 'toastr'.
Undefined function 'toastr'
No branches or pull requests
Describe the bug
vscode display error
Undefined Function 'App\Http\Controllers\toastr'
but it works in browser. (just showing unnecessary error in vscode)
i don't know if this is bug or not. but maybe any suggestion to get rid off this error?
To Reproduce
Steps to reproduce the behavior:
toastr()
function in any controllersExpected behavior
there is no error in vscode terminal
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: