Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
Try this $phones = Phone::where(function($query){ ... } //end of closure )->whereHas('productnum'...
You probably have a circular dependancy in your redirects. You allways return a redirect.
In blade {{ $something }} is exactly equal to <?php echo $something ?> You can not echo an a...
Hello. TerrePorter shows how to eager load the needed data, use that approach. To show it in the vie...
You're wrong. The relationship between table_1 and table_2 is Many-to-Many where table_3 is the pivo...
The Laravel portal for problem solving, knowledge sharing and community building.