I have a modal (yahoo bootstrap) that I populate and post with ajax. Everything is going fine up unt...
Basically I have an ajax controller that returns a view like this: return Response::json(array('body...
You have a lot going on in that page :-) And it's probably some of that which is causing the problem...
You should enable debugging in: "app\config\local\app.php". Set it to "true". Sh...
I've used the following to use dynamic templates: @extends($master) I just think you have to skip t...
The Laravel portal for problem solving, knowledge sharing and community building.