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 have similar application, and I settled for query based on username instead of id. Another option...
<?php echo HTML::decode(Form::label('Enter List of Companies Worked before <small style="...
You can not upload file with ajax just like that. There need to be additional jquery code to handle...
$comp = new Company; $comp->name = Request::get('name'); $comp->save(); $newId = $comp->id...
Maybe you have to create the def model before saving it $def = New Def; $def->frequency = $fields...
The Laravel portal for problem solving, knowledge sharing and community building.