Support the ongoing development of Laravel.io →

Nertskull

Joined 3 Apr 2015

Statistics

Threads 19
Replies 20
Solutions 5
Articles 0
posted 4 years ago

Named routes with data coming from Vue in v-for loop?

I have this line, and everything works as I expect. My data is coming in fine from the Vue ajax req...

0 Likes
0 Replies

Query builder not escaping quotes or backslashes correctly?

I have a searchbox users can use to search fields using the following query. (I've not copied in the...

0 Likes
0 Replies

Scope in eloquent overrides my select statement

I have a scope that looks like this public function scopeNotDefault() { return $this->where('...

0 Likes
1 Replies
posted 7 years ago

Sortby On Collection using Relationship as first sort.

I have a collection of products. Each product is assigned to a category. I am using ->with(produ...

0 Likes
0 Replies

Validator errors not in session?

I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...

0 Likes
11 Replies
Solved
replied 7 years ago

Validator errors not in session?

Found it !! Apparently in 5.2.27 the routes handling changed. Now ALL routes are added to the web mi...

0 Likes
Solved
replied 7 years ago

Validator errors not in session?

So I couldn't figure this out, so I started over. I'm going to document step by step what I just di...

0 Likes
replied 7 years ago

Validator errors not in session?

Allirght, I think I may have found what's causing my problem. But I'm not sure. And I don't know how...

0 Likes
replied 7 years ago

Validator errors not in session?

WrongWay said: ->withErrors($validator->errors()); Nope, still nothing. Its not the object...

0 Likes
replied 7 years ago

Validator errors not in session?

Anyone? I still can't figure this out. I actually have a different laravel project that it all works...

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.