I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...
Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...
I've got a working auth system built using the built in auth system provided by Laravel 5.2. It's wo...
Hi, I'm new to Laravel so the question might sound stupid. I'm currently trying to handle the displa...
Can I use Schema and Session class in a Middleware? I tried to use Schema::hasTable and Session::put...
Hello, im new in Laravel. Have problem with automatic logout after session expire and redirect on ho...
Hi, I`m using Laravel5.3 and I wrote a 'default' Route. In \app\Extensions\Handler.php I extended th...
So I have website based on Laravel framework. I have table and the filter for table to filter the it...
Hello Laravel.IO, This is my first post to these forums and I'm still new to laravel, worked with it...
I want to use an external PHP library with Laravel 5. The problem is that I need a way to pass a fe...
Dear All, Forms are working great with me, but i left the webpage opened for several minutes then i...
I have error after some action from me, i tried change 'domain' in /config/session.php on own domain...
I have an existing Laravel 4.0 project that I have been trying to update to Laravel 4.1. I created a...
The Problem I'm getting a Permission Denied on every single page coming from: ErrorException in File...
Hi dd my array looks like this: array:8 [▼ 0 => "promo\1\images\2.jpg" 1 => &quo...
I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...
Hello there, My Laravel 4.2 is working fine on its local Homestead infrastructure, under HTTPS. I ha...
What is the difference between "file" vs "cookie" session driver?
Hi Someone is developing an Android app for the website i am working on. This app will have two func...
I have just installed Laravel 5.2, but i have some issues when using Laravel Session as i have descr...
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