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

permit show blade directives #234

Merged
merged 18 commits into from
Sep 8, 2020
Merged

permit show blade directives #234

merged 18 commits into from
Sep 8, 2020

Conversation

fsclaro
Copy link

@fsclaro fsclaro commented Aug 29, 2020

Permit show blade directives any documentation page.

On config/larecipe.php create the parameter:
compileBlade => false,

On Traits HasBladeParser.php in renderBlade function add

public function renderBlade($content, $data = [])
{
if (! config('larecipe.compileBlade')) {
return $content;
}
...
}

John Braun and others added 18 commits March 29, 2020 14:08
Exclude code blocks from Blade compilation
…socket-extensions-0.1.4

Bump websocket-extensions from 0.1.3 to 0.1.4
Move helper functions including from service provider to composer.json
…e-sass-4.14.1

Bump node-sass from 4.11.0 to 4.14.1
…p-proxy-1.18.1

Bump http-proxy from 1.17.0 to 1.18.1
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.20)

Signed-off-by: dependabot[bot] <[email protected]>
…ash-4.17.20

Bump lodash from 4.17.15 to 4.17.20
…iptic-6.5.3

Bump elliptic from 6.4.1 to 6.5.3
@saleem-hadad saleem-hadad reopened this Sep 8, 2020
@saleem-hadad saleem-hadad merged commit 1de5088 into 2.x Sep 8, 2020
saleem-hadad added a commit that referenced this pull request Sep 8, 2020
Merge pull request #234 from saleem-hadad/master
Copy link
Author

@fsclaro fsclaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ok

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

Successfully merging this pull request may close these issues.

None yet

4 participants