Jeremy Kenedy

Results 28 comments of Jeremy Kenedy

@ElioMS @Xipotera In `step1.blade.php` and `step2.blade.php` change `trans('GitScrum')` to `config('app.name')`.

@ElioMS The error is caused by carbon freaking out when it receives a null value. This can be fixed easily by updating the calls to the methods. Example: `$list->weeks()` would...

What steps did you take to deploy? What is your environment?

Can you please merge this so I can include this in a production project. This is the only feature I am missing at the moment. I am working on using...

O, nevermind `:loop="true"` worked. I'm an a-hole for not trying that first. Thanks again!

@diegolorenzomolinero Your issue makes not sense. This should be closed.

The users table is not defined in this package it all funs off the config file var: https://github.com/jeremykenedy/laravel-users/blob/master/src/config/laravelusers.php#L39 Which is used in: https://github.com/jeremykenedy/laravel-users/blob/master/src/App/Http/Controllers/UsersManagementController.php by calling `config('laravelusers.defaultUserModel')`. You may need to...

What line does it say it fails on with that stack trace in the laravel.log

This issue is in the controller rules I believe. I am not sure when I will have time to fix it but its the rules I think in these lines:...