I have a query that counts rows in a table that equal 5. For some reason it is running multiple time...
Not sure what happened. Maybe a recent update? I push my code changes to my public environment from...
I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...
I am building a specific kind of messaging system. A user can message a user. A user can message a c...
( cross posted @laracasts too, just want you guys to check this out http://goo.gl/c0uc1S ) Just foun...
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.
The community