Hi,
Why don't you see the plain sql . See http://laravel.com/docs/database
$results = DB::select('select * COMPLICATED QUERY = ?', array(1));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community