I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...
Hi, I have quite strange problem with sessions. When I set driver to cookie it all works fine but wi...
Hi all, i'm working with auth.basic and in my server i have Server API CGI/FastCGI. The official doc...
Hi there, In the middle of a form the user left the page idle and when he/she returned to it the ses...
I want to create a Route to a controller that only works with https. I tried this: Route::get('/logi...
Hello, i have a website with 2 different cases login with facebook api and registration, login, forg...
I am setting up a store for my client. They use Shopify... So in order to get login working for cust...
Good day, My first post in this nice community is actually a question I currently have. I thank you...
Hey everyone, I am having some trouble working with Laravel and the infusionsoft api. Right now I am...
Hello. I need to force the user to change their password every 30 days. Is there anything in laravel...
I know that laravel's e() function will sanitize any input passed it ex : e($Input); , this will san...
Hi, I'm planning on creating a web app that different companies can sign up for. The app will use a...
I was playing around with emailing users with reset tokens by following the tutorials at http://lara...
Hi, I use a form on a list of items to perform a filter. The form use a GET method. So in my URL I h...
I have a system built in laravel and I have created an API. The problem is in Authentication. I have...
Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...
Hello, I can convert a key decripted (for example: 1032) to key encrypted? Thanks
So I have this Offer model with several offers available. I also have a Pattern model that has a man...
So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...
I'm curious as to how much escaping and input sanitizing Laravel does behind the scenes. For instanc...
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