Support the ongoing development of Laravel.io →
CleverCookie

CleverCookie

Joined 2 Jul 2014

Statistics

Threads 0
Replies 25
Solutions 1
Articles 0

clevercookie has not posted any threads yet

replied 11 years ago

how to generate "SELECT * FROM invoice WHERE invoice.id NOT IN (SELECT invoice_id FROM payment)" in Laravel.

Try this. DB::table('invoice')->whereNotIn('id', DB::table('payment')->lists('invoice_id'))-&g...

0 Likes
replied 11 years ago

Logical Error-Auth not recognized

I got that code block from your first post on the thread, but I see you don't have anything wrong wi...

0 Likes
replied 11 years ago

Logical Error-Auth not recognized

Well, you can't use two returns in a single code block, and I see you are missing a semi-colon. if($...

0 Likes
replied 11 years ago

Cannot pass all the value of my string/array into view.

try this return View::make('result', array('this' => $data));

0 Likes
replied 11 years ago

Redirect in controllers

Maybe try \Redirect::to();

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.

© 2026 Laravel.io - All rights reserved.