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...
What is the difference between {{ }} and {{{ }}} when echoing?
I'm building a unittest system. At some point I want to bind two users together in order to make an...
How i connect MySQL using SSL. How I can configure it in databse.php ? I added all my .pem files alo...
Laravel Schema has a command for ENUM equivalent to the table. What is the SET equivalent to the tab...
hello, I installed laravel in my new pc and i'm getting this error: ErrorException mcrypt_get_iv_siz...
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