Support the ongoing development of Laravel.io →

ivermoller

Joined 23 Aug 2014

Statistics

Threads 2
Replies 9
Solutions 1
Articles 0

Ajax post is not in Input::all()

I have a modal (yahoo bootstrap) that I populate and post with ajax. Everything is going fine up unt...

0 Likes
6 Replies
Solved
posted 9 years ago

Return view in json

Basically I have an ajax controller that returns a view like this: return Response::json(array('body...

0 Likes
2 Replies
Solved
replied 9 years ago

How to change input names in the form validation errors?

What if you only would want to apply it to a specific form? Use unique names in that form?

0 Likes
replied 9 years ago

Is it possible to generate unique and random string easily in Laravel 4?

Or $myStr = str_random(60); The example shown is with string length of 60 characters. However don't...

0 Likes
replied 9 years ago

Ajax post is not in Input::all()

Scratch that! I removed contentType all together and it works!

0 Likes
replied 9 years ago

Ajax post is not in Input::all()

Thanks a bunch. Got a little confused in my response there. It was indeed the "contentType: 'ap...

0 Likes
replied 9 years ago

Ajax post is not in Input::all()

I'm not happy to remove the dataType: "json". I know, that I'm not sending json, but i nee...

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.