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...
No no no :) Actually the $product->update(Input::all()); updates all attributes that are prese...
Try moving $product->update(Input::all()); right after the if ($product) { in postEdit functi...
You are missing 'files'=>true in {{ Form::open(array('url'=>'admin/products/edit', 'class'=&...
Well, I suppose that when you edit the Product you get the model by $product = Product::find(Input:...
The Laravel portal for problem solving, knowledge sharing and community building.