Support the ongoing development of Laravel.io →
2u3

2u3

Joined 10 Mar 2014

Statistics

Threads 3
Replies 15
Solutions 3
Articles 0

Sentry 2 authenticates without matching case

I changed login attribute to "first_name" instead of email, so now when I attempt to authe...

0 Likes
8 Replies

Handle 403 (and other) errors

So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...

0 Likes
2 Replies
Solved

IDE with Blade syntax support?

Is there any IDE with Blade support ( highlighting, code recognition...) I am currently using NetBea...

0 Likes
7 Replies
replied 11 years ago

Pass variable in blade view to route

Hm, I don't get it. So I understand that you have an array containing multiple stdClass objects, and...

0 Likes
Solved
replied 11 years ago

Pass variable in blade view to route

I guess your $var is an array, so you could access its keys like this: URL::route('find-category', a...

0 Likes
replied 11 years ago

URL naming

I'm afraid you're fighting windmills... :))

0 Likes
replied 11 years ago

URL naming

Well, I find Laravel very flexible. You can use any naming convention you like ( I prefer second one...

0 Likes
replied 11 years ago

Getting the first element of a foreach

Have you tried foreach($array as $key => $value) { if($key == 0) ... }

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.

© 2026 Laravel.io - All rights reserved.