-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Bug]: Blade directives not being processed in views #82
Comments
Are there contents in |
Commenter hasn't been set up. Please run the setup command. php artisan commenter:install and I think you are not following this step |
This is flaky. The issue is that assets aren't being compiled to the build directory. You should see the build directory and assets in the specified path. Ensure that the public path has write permissions. If the issue persists, please try reproducing it using the demo project. |
I'm unable to replicate this issue in the demo environment, but since more reports are coming in I'll wait to see if someone else hopefully can provide more insights into what's going on here :-) |
Log and see what's happening in the processes
|
Bug type
Installation
Commenter Version
2.2.5
Mode
Auth
Database
mysql
Description
Blade directives such as @commentsStyles and @commentsScripts are not being processed in the rendered views. Instead, they appear as literal strings in the HTML output.
Steps To Reproduce
Add the following Blade directives in a Blade view file:
Reproduce URL
No response
The text was updated successfully, but these errors were encountered: