Hi guys, any of you tried to send the notification from inside a Command? I am using the notifiable...
Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...
Hi, I know, I know.. you will call me crazy, but the profile name text in the header is too close to...
Hello, I have User model and several other models that belongsTo User. I have a lot of routes for ch...
Hi, I have a website (currently in development) where users can upload their photos. I am deciding w...
Of course https://laravel.com/docs/5.4/middleware#assigning-middleware-to-routes All you need is the...
Why are you using auth()? If you use Auth::user()->id , does it work?
I would store the user's IP to the DB when he logs-in. Then I would create new middleware, something...
$taskDistArray = DB::table('user_task')->select('task_id')->where('user_id',$user)->get();...
The Laravel portal for problem solving, knowledge sharing and community building.