Hi There, Please excuse my greeness. I am following the guide here: http://laravel.com/docs/quick#in...
Hello! I've looked through all the other threads regarding hashes and Auth:: and not one has been ab...
I'm managin the users profiles from their social network, and using S3 with cdn. The problem is that...
In 4.0 I could get soft deleted related models with the following relation public function student()...
Hello everyone, I'm managin the fb images but I don't know why they does't show in the view I access...
First, let me describe the conceptual behavior. I have two tables - a promotions table, containing t...
Hi, I just created a simple UserController and after my first test for routing I get a browser error...
Hey, I'm at a loss... doing the same thing twice, but it doesn't work the second time lol. Here's th...
I'm currently attempting to extend the session facade, so instead of using Session::put('company', $...
I'm looking for a permissions package that allows me to define a role and permissions on a user, but...
How can I modify the ~~~static::creating~~~ function to avoid "Column not found: 1054 Unknown c...
Is ti posible to do something like this: Request::with('users')->where('pivot_status', '=', PENDI...
My file uploading script was working previously, with the same validation rules, it has stopped work...
This is the code of my Eloquent model: protected static function boot() { parent::boot(); s...
I'm wondering if Laravel has a shortcut function for this part of an if statement? if ($a->polyab...
I am sure I am just missing something obvious but I can't stare at this problem any more. I have imp...
I'm pulling an actor from the database. In the actor's view I want to see a list of all movies my ac...
I'm trying to build a system with a standard web interface, but also want to be able to have mobile...
Hello. What to make with my public and app folder when I have finished working with it. I have domai...
If my admin login controller is in /app/controllers/admin/LoginController.php -->function showLog...
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