Not sure what the best way is, but in my last project with Sage 10 I used custom routes with something like this: return locate_template( app('sage.finder')->locate('specs') )
2 Likes
Not sure what the best way is, but in my last project with Sage 10 I used custom routes with something like this: return locate_template( app('sage.finder')->locate('specs') )