Support the ongoing development of Laravel.io →

nevatech

Joined 15 Feb 2015

Statistics

Threads 0
Replies 5
Solutions 0
Articles 0

nevatech has not posted any threads yet

replied 9 years ago

2 different error page for admin and public

Register an error handler: App::missing(function($exception) { $err = 'errors.missing'; if (...

0 Likes
replied 9 years ago

Help with a query

Here ya go /* Consider specifying columns in selects */ SELECT * FROM( SELECT * FROM eanprod...

0 Likes
replied 9 years ago

Help with a query

SELECT * /* Consider specifying columns */ FROM eanprod.activepropertylist ( SELECT * /* Consid...

0 Likes
replied 9 years ago

Why do I have to loop through the results of this query?

Your SQL query is returning an array even if that array only has one item: /* var_dump($hostdetail)...

0 Likes
replied 9 years ago

how to return value from controller to view?

Your code is passing an array to the view, this needs to be converted to a string first. This simple...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.