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

Manually setting Blade syntax to the old way means you can't use blade comments #77

Closed
mattstauffer opened this issue May 14, 2015 · 2 comments
Assignees

Comments

@mattstauffer
Copy link
Member

(in app service provider)

And I hate it.

Want to undo the custom Blade templates in app service provider, and then just find anywhere in the site we need to output un-escaped. Which is likely nowhere.

@mattstauffer
Copy link
Member Author

How to handle this:

Delete these two lines:

https://github.com/tightenco/symposium/blob/master/app/Providers/AppServiceProvider.php#L23-L24

Then look through all of our views to figure out if any of the {{ }} blocks are expecting to allow HTML -- if they are, adjust them to use the new {{!! syntax.

@andrewmile
Copy link
Collaborator

The custom blade syntax was removed as a part of #227

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