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...
Hmm... I do not have better idea, but couldn't the fault be in not declaring the namespace in model?...
I think both ways will work, but I am thinking of controllers as classes that manage particular reso...
return Property::make('property.view') ->with('property', $property) ->get();...
You need to use foreach foreach (Session::get('regitems') as $item) { echo $item }
There a similar thread here http://laravel.io/forum/05-03-2014-eloquent-get-count-relation Maybe it...
The Laravel portal for problem solving, knowledge sharing and community building.