Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Support for Laravel Blade template #95

Open
williamn opened this issue Mar 8, 2017 · 1 comment
Open

Support for Laravel Blade template #95

williamn opened this issue Mar 8, 2017 · 1 comment

Comments

@williamn
Copy link

williamn commented Mar 8, 2017

How can I make parallel-lint show this Laravel blade template snippet as error?

<html>
    <head>
        <title>App Name - @yield('title')</title>
    </head>
    <body>
        @section('sidebar')
            This is the master sidebar.
        @show

        <div class="container">
            @yield('content')
        </div>
    </body>
</html>
@szepeviktor
Copy link

I think there is no such tool as blade-lint.
In our CI we run artisan view:cache and check the resulting PHP files in storage/framework/views/.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants