Top "Laravel-4" questions

Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.

Laravel - Querybuilder with join and concat

Im trying to pull all users from the users table who match a certain group in the users_groups pivot …

php mysql laravel-4 eloquent query-builder
How to use MongoDB in Laravel Framework

I'm having a problem using the MongoDB with Laravel framework. I used this Laravel-MongoDB Here's the error I got /app/…

laravel-4 mongodb-php
Laravel Relationships

I've been looking over relationships in Laravel 4 in the documentation and I'm trying to work out the following. I have …

laravel belongs-to relationships laravel-4 eloquent
Composer: required packages with differing levels of minimum-stability

I have a composer file for a laravel installation with the following composer.json file: { "name": "laravel/laravel", "description": "The …

php json laravel laravel-4 composer-php
Passing data to a closure in Laravel 4

I'm trying to use the Mail Class in Laravel 4, and I'm not able to pass variables to the $m object. …

php laravel laravel-4
How to set form input required attribute in laravel 4

I'm using the laravel framework for a project, and I'm implementing a basic form page, where I require certain values …

php html forms laravel-4 requiredfieldvalidator
Laravel Blade: Increment variable by 1 each time?

Using Laravel blade template, is there a way to include a variable and increase each time in the foreach or …

php laravel laravel-4 blade
Get previous attribute value in Eloquent model event

Is there a way to see the old/previous value of a model's attribute in its saving or updating event? …

php laravel laravel-4 eloquent
How to best select a PHP framework - Laravel, Symfony, Zend, Etc

My company wants to adopt a PHP framework and I am being asked to decide which one to use going …

php symfony zend-framework laravel-4 zend-framework2
Array_unique on a laravel eloquent collection

Not sure if this is possible but im trying to run array_unique over a collection of items i have, …

php laravel laravel-4 eloquent array-unique