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...
The error is in postEdit function? Honestly I do not know what File::update should do, I did not fin...
Thanks bastientanesie for response, I knew about polymorphic relations, but I never actually give it...
You have the white space in 'password' => Input::get('password ')
Then why the query is using page_id as primary? Hmm.. It is late here in czech republic... I dont se...
What is your primary key column name on page table? Eloquent assume that each table has a primary ke...
The Laravel portal for problem solving, knowledge sharing and community building.