Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
if (Auth::attempt(array('email' => $usernameinput, 'password' => $password), true) || Auth...
Maybe you colud use a union of those having it true and false. $yes = $this->roles()->select(D...
Hi mjmgooch. You're missing a ->get() after the select. When you add it you will probably get a S...
I think increments makes the "id" to be primary. You can drop it with dropPrimary. You can...
Hello. I can't find the error, but I have some tips. Don't use count($show->versions). count is i...
The Laravel portal for problem solving, knowledge sharing and community building.