I have 2 tables which are related with a Many to Many relation and the relation table. (users, items...
http://laravel.com/docs/eloquent#mass-assignment It says there to use "fillable" to define...
I'm reading Taylor Otwell's book "Apprentice to Artisan" and I'm trying to wrap my head ar...
Hi, While digging through the Laravel service providers I noticed that some providers use bind() and...
I'm having problems where I want empty strings or a zero to be stored as a NULL in the database. Her...
Hey, guys, i'am created a Facebook authentication package (called Phacebook) for laravel 4. If you i...
is there an implementation of laravel for this? https://github.com/FriendsOfSymfony/FOSMessageBundle...
Hi guys, I want to present Mex, Mex is a simple but powerful API for build a internal multi particip...
I followed the docs and ran vagrant box add laravel/homestead in my terminal. However, I received th...
I have made language slugs for my site ex: domain.com/en/something, domain.com/fr/something etc. I h...
$image = $input['image']; $filename = $image->getClientOriginalName(); $destination = 'upload...
Hey Guys! We're looking for a web developer to join our team in Houston, TX at Photojojo.com! You ca...
I'm starting to work with repos and tests, and in one of my Eloquent repos I have this method: publi...
Hi all. I am pretty close to a solution but am stuck. I have a category page where the category is c...
Hi, Is there an elegant method for counting sessions that are for successfully authenticated users?...
I really like the look of https://github.com/LaravelIO/laravel.io/tree/nextVersion/src/CommandBus I...
Hello, I have 2 models. One is "developer" and the second is "program". One deve...
Hi, while working with Many To Many Polymorphic relationships, I notice that if we retrieve nested r...
Hello I want to put some sort of timer so the user can only add data to the database let's say ever...
Hi everyone, I am new to Laravel and am using version 4.1. I am attempting to query database using p...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.