Heiko Klingele

Results 41 comments of Heiko Klingele

Yep me too. :smile: preview colors != phpstorm colors

Yes, read the [readme.md](https://github.com/JeffreyWay/council/blob/master/readme.md) of the repository and install the forum. Laracasts: https://laracasts.com/series/how-to-manage-an-open-source-project

@jamesmills i'll try to create a command. 😄 One more thing: When adding a uuid column on an existing table with rows, the uuid column has to be nullable, otherwise...

Same problem here. Event i disabled debugbar the CSV contains some javascript code.

Huh, any activity here? To work with Ardent on Laravel 4.2 pleeeease merge! :smile:

Thank you @dalabarge for the hint. Nice package!

Ok, now i definitely switch! That package is what i was waiting for. :smile: Thank you @dalabarge!

Here my workaround: Insert ``` User::$rules = array(); ``` before Auth::attempt() in the AuthController so Laravel can use the save() method to update the remember_token. Cheers! :)

Any news here?