andersao / laravel-request-logger

HTTP request logger middleware for Laravel
http://andersao.github.io/laravel-request-logger
242 stars 57 forks source link

Config key 'exclude' absence fix #14

Closed ozanmuyes closed 8 years ago

ozanmuyes commented 8 years ago

When there is no any 'exclude' key in the config file, irrelevant error had been thrown. This PR is to fix these issues; #4, #5 and #7.