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...
I am doing it this way Post model public function comments3() { return $this->morphMany('Comme...
Oh I see... i am not an expert on this, but try adding this to the .htaccess file <Limit GET POST...
You need to allow these methods on Apache server. If it is public hosting, try writing them email to...
I have similar problem and i did not found any solution to this. Instead multiple ajax requests to t...
Well it is a Lead information page. So the view should be called from Lead controller. This Lead con...
The Laravel portal for problem solving, knowledge sharing and community building.