Register an error handler: App::missing(function($exception) { $err = 'errors.missing'; if (...
Here ya go /* Consider specifying columns in selects */ SELECT * FROM( SELECT * FROM eanprod...
SELECT * /* Consider specifying columns */ FROM eanprod.activepropertylist ( SELECT * /* Consid...
Your SQL query is returning an array even if that array only has one item: /* var_dump($hostdetail)...
Your code is passing an array to the view, this needs to be converted to a string first. This simple...
The Laravel portal for problem solving, knowledge sharing and community building.
The community