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...
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...
I am trying to build newsfeed with laravel and node.js and try to sync redis session, can any one he...
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...
I am trying to create error messages without having to hardcode into custom array of validation.php...
As the title suggests, is it possible to have different pagination styles for for different views?...
My question is in regards to doing this: $user = User::find(1); $user->email = '[email protected]'; $u...
Does anyone know of any good forum packages for Laravel 4? I'm thinking about installing FluxBB. Per...
Hi, I want to use laravel for my projects including open source ones, till now I have been a cakephp...
Hi, this is my first thread so if I doing wrong some things please don't hate me :) I'm using Migrat...
How would you approach a user specific activity stream? It could include User activities such as: P...
Hi. I have this table: Schema::create('maps', function($table) { $table->engine = 'InnoDB'; $...
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