I am working on some contributions to a Laravel 4 package and I haven't yet found a good way to edit...
Hi guys, Let me begin by explaining what I'm trying to do, so that you can get a better understandin...
Hello, Not sure how to phrase this question... hopefully it makes sense. I have a class called "...
I have a news feed that currently is displaying with a structure of what seems to be similar to face...
I'm getting this error: Call to undefined method Illuminate\Database\Query\Builder::Category() At th...
I'm trying to eager load a list of credits for a recording. The query I want to run is this: SELECT...
Hi everyone, I am currently building a small app that manages school related stuff. I have to build...
Hey guys, I have this form that the user fills out, on successful submit the form saves to the datab...
How can I get server time which does not change according to my computer time??
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...
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.
The community