Eugene Mednikov

Results 5 comments of Eugene Mednikov

Would you mind to detail that? I'm not so good in middlewares...

This is what I've tried, and I'm getting redirect loop after trying to login with disabled user... ``` class AdminAuthenticate { public function handle($request, Closure $next) { if ( $request->path()...

добавь в модель: ``` public function getYearDoneAttribute($value) { if( $value == '0000-00-00' || !$value ) return ''; else return date("d-m-Y", strtotime( $value )); } public function setYearDoneAttribute($value) { if( $value...

А в папке вендорс вообще ничего трогать не надо. Контроллеры и вьюшки надо в папке Апп держать...

That's what I did. But it would be better to have in the package already...