Support the ongoing development of Laravel.io →

2akurate

Joined 13 May 2014

Statistics

Threads 5
Replies 6
Solutions 2
Articles 0

Redirecting to route from Jquery while passing data?

My jquery file has data that I need in my next page, the problem is I don't know how to redirect to...

0 Likes
6 Replies
Solved

Re-using a piece of html markup over and over again while its contents change

I have a hard time putting this into words so bear with me please. Let's say I have a webpage that n...

0 Likes
2 Replies
Solved

Ajax post controller redirection problem

I post from ajax to a Controller and I do some authentication there. If the authentication fails I s...

0 Likes
2 Replies
Solved

Accessing validation error messages without redirecting

Most examples go something like this: return Redirect::to('register')->withErrors($validator); H...

0 Likes
1 Replies
Solved

Handling in model validation

I read everywhere that in model validation is best practice, but I don't know how to handle a failed...

0 Likes
3 Replies
Solved
replied 9 years ago

Redirecting to route from Jquery while passing data?

I save in session in js file, I stringify because its an array and you can only send string. session...

0 Likes
Solved
replied 9 years ago

Redirecting to route from Jquery while passing data?

Trying to read out the Session in my blade file doesn't work for some reason. Any ideas?

0 Likes
replied 9 years ago

Ajax post controller redirection problem

I used window.location.replace('/') its the best I can do with the constraints, I'm deviating somewh...

0 Likes
replied 9 years ago

Accessing validation error messages without redirecting

I found the solution myself, here is it return $validator->errors()->toArray(); EZ PZ, workin...

0 Likes
Solved

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.