TomasVotruba / bladestan

PHPStan analysis for Blade templates
https://tomasvotruba.com/blog/introducing-bladestan-phpstan-analysis-of-blade-templates/
MIT License
286 stars 13 forks source link

Wildcards in template_paths? #41

Open binaryfire opened 1 year ago

binaryfire commented 1 year ago

Great package! Is it possible to use wildcards in template paths? Eg:

parameters:
    bladestan:
        template_paths:
            # default
            - resources/views
            - modules/*/views
TomasVotruba commented 1 year ago

Hi, not at the moment, but welcomed feature ☺️

Also, the *.blade.php suffix is used, so normal PHP files should be skipped.