-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Assuming we have the following templates:
- [name].php
- [name].blade.php
If you create a file
$ tmplr Test.phpIt will not trigger the second one (which is correct)
however if you do:
$ tmplr template.blade.phpIt will ask you if you want the first template or the second
The interesting question now is if it wouldn't be much better to treat .blade.php as something completely different from .php and not even show you this option
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request