I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...
#1. Database vs File System I've done a lot of researching on this and am finding pros and cons for...
Does Input::hasFile() work with arrays? It returns false on a form I've created if the the first fil...
Once again I'm pretty lost, the same place as other projects I've started xD A "closed" ap...
I really love laravel and laracasts and thought this would be a great place to find a like minded in...
Hi, I get the following error when trying to install the composer installer on windows: "Compos...
I'm building the user auth for my app and I can see it's possible to send additional parameters to t...
What is the best way to use findOrFail / find on a model to find models just belonging to an user. M...
Hello, can anyone help me with my problem. I can't seem to solve it. I want to show in blade view im...
Hi guys! I have a comments table and this table has four fields which are : id post_id type_id comm...
Hi, I've got this in my code. $list = $the_things->where( 'date_field', '>', time() ); That d...
Hi; I created my first project like this: First, download the Laravel installer PHAR archive. For co...
I'm curious as to how much escaping and input sanitizing Laravel does behind the scenes. For instanc...
Hi guys! I have two databases main and beta. In my database.php file I have setup the connection to...
Hi all, I use view composers heavily throughout the app I'm working on. For example, one of my rout...
I am trying to build newsfeed with laravel and node.js and try to sync redis session, can any one he...
Look my code: http://pastebin.com/56rY1iqD I don't understand why this filter doesn't work... This f...
http://laravel.io/bin/Nk3v#2 I thought I had everything working, until I added this last foreign key...
http://www.youtube.com/watch?v=3uV3ngl1Z8g&feature=youtu.be&a Definitely watch this.
Hello everyone, I’m trying to start testing my controllers. I have a pretty basic controller which r...
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