jakubsacha / adminlte

29 stars 16 forks source link

modify readme #8

Closed mgufrone closed 10 years ago

mgufrone commented 10 years ago

sorry for late. last time i recommend gravatar as the profile picture. But i forget one important line to add at app/config/app.php. We need to add LaravelGravatarServiceProvider, so it will work smoothly. :)

jakubsacha commented 10 years ago

This is not required. look into register function. Gravatar service provider is registered in there.

mgufrone commented 10 years ago

are you sure? when i tried to ignore that Service Provider, it comes with error. :)

jakubsacha commented 10 years ago

i am. i think somebody fixed that few commits ago.

look here, register function: https://github.com/jakubsacha/adminlte/blob/master/src/Jakubsacha/Adminlte/AdminlteServiceProvider.php

mgufrone commented 10 years ago

okey. well then. thanks for the information. :)