Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
I have the simplest of queries that I'm trying to run DB::table('user_visits')->groupBy('user_id')…
laravel laravel-4 query-builderI'm working with the dev version of Laravel (4.1.*) and there is a new default configuration that I don't want : X-Frame-Options: …
laravel http-headers laravel-4 x-frame-optionsI would like to create application with many translated routes depending on selected language. I've once described it at 3 methods …
php laravel laravel-4 localization routingIn Laravel 4, when working with many-to-many relationships as described in the 4.2 docs, how can I actually get Laravel to create …
laravel pivot-table laravel-4 eloquentIn some of my tests, I have a user model I have created and I run some methods that need …
php laravel unit-testing laravel-4 eloquent