When logged in, indicate if I have replied in a thread from the forum "Thread view". Curre...
I have 3 models in question. Company, User, Group. I am trying to return all company records whose c...
Possibly related http://laravel.io/forum/03-15-2015-l5-2-css-files-with-same-grouppermissions-one-in...
here is my registration, email confirmation posting. public function registerPost() { $validator =...
function scopeUpcoming($query) { $date = Carbon::now()->addDays(7); return $query->where('st...
here is a good email verification tutorial you can implement to make users verify their emails befor...
you can delete that table and relation completely. All you need to do is add a column to the user(us...
The Laravel portal for problem solving, knowledge sharing and community building.