vtalbot / markdown

Markdown compiler for Laravel 4 and 5
100 stars 24 forks source link

Files with same name in different folders. #14

Open AntonNiklasson opened 10 years ago

AntonNiklasson commented 10 years ago

Since this package uses the built in FileViewFinder there is not really any support for naming two files the same.

To specify it would be nice if the package allowed for the following scenario:

markdown/in/one/place.md
markdown/in/another/place.md

I don't really know how this would be implemented, but I'm trying to figure it out atm. I'm thinking that the make function would have an optional paramter specifying in which folder to look.

Would this feature be worth adding to the package?