Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
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-builderI'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-phpI'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 eloquentI 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-phpI'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-4I'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 requiredfieldvalidatorMy 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-framework2Not 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