vtalbot / markdown

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

Fixes not being able to load configuration correctly in L4 #2

Closed sorora closed 11 years ago

sorora commented 11 years ago

When installing the package and registering it, errors occur in the registerRoutes function as the Config options retrieved are null (due to the config being registered incorrectly).

A similar error occurs in registerMarkdownFinder() as well. This fixes both