I changed login attribute to "first_name" instead of email, so now when I attempt to authe...
So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...
Is there any IDE with Blade support ( highlighting, code recognition...) I am currently using NetBea...
Hm, I don't get it. So I understand that you have an array containing multiple stdClass objects, and...
I guess your $var is an array, so you could access its keys like this: URL::route('find-category', a...
Well, I find Laravel very flexible. You can use any naming convention you like ( I prefer second one...
Have you tried foreach($array as $key => $value) { if($key == 0) ... }
The Laravel portal for problem solving, knowledge sharing and community building.