I have a DB server running some version of MS SQL - not my choice, just a reality. My Laravel 5.5 in...
.= will surely work, but have you thought about join? https://secure.php.net/manual/en/function.join...
You might want to consider moving the auth checks into __constuct(). Then you wouldn't need to repea...
Try making a simple test and just pass a simple value instead of a model. eg. public function in...
The Laravel portal for problem solving, knowledge sharing and community building.
The community