lstables said: Then in my controller method do something like? $q = Input::get('term'); $pricing =...
please elaborate more, I don't understand that question
lstables said: Yeah I will use the form helper class once I have it working. the data: $('form') pa...
you should use Form helper class for creating forms: http://laravel.com/docs/html second, you must s...
when you use {{ $something }}, it's translated to <?php echo $something; ?>, review this in yo...
The Laravel portal for problem solving, knowledge sharing and community building.