Hi community, I struggle with deploying my Laravel application and rights on my production machine....
I have a question regarding CRUD. I actually wanted to ask this in IRC, but I noticed that this ques...
Hello again, I use this code to validate credentials and log in a user: $validator = Validator::make...
Hello, I'm learning Laravel at the moment. Before I want to start my project, I want to get familiar...
Hi :) I followed the docs to make a password reminder. I'm new to Laravel and PHP so I just play aro...
It is a win32 application from a friend. I develop a small web application which is able to show the...
@beanmoss This is just an example. I run like 10 queries and thought it would be nice to commit them...
Ah okay. So as far as I understand, ViewComposers don't really fit in my case. Because in my index f...
How does your postLogin look? if ($this -> auth -> attempt($request -> only('email', 'passw...
The Laravel portal for problem solving, knowledge sharing and community building.