jeremykenedy / laravel-material-design

Laravel 5.6 on Material Design Lite 1.3 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. This makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Uses laravel ORM modeling and has CRUD (Create Read Update Delete) functionality for all tasks. Quick setup, can be done in 5 minutes. It will take longer to obtain your Facebook, Twitter, and Google Plus API Keys than it will to set this up.
https://mdl.consultjeremy.com
MIT License
261 stars 108 forks source link

Unable to create configured logger #16

Closed angelmartz closed 5 years ago

angelmartz commented 5 years ago

I get this error on laravel.log

laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (InvalidArgumentException(code: 0): Log [] is not defined.

Solve: https://github.com/jeremykenedy/laravel-material-design/pull/15

jeremykenedy commented 5 years ago

Did you modify the laravel version by chance?

angelmartz commented 5 years ago

No, I didnt, I use Laravel 5.6.*

jeremykenedy commented 5 years ago

Thank you!