I think i found a security issue, but couldn't find a page where such issues could be reported. Is t...
Hi, I've got two sites - a cms and a front-end site. I've successfully implemented the login/authen...
Just starting out with Laravel and I've come across a weird problem when I try to log a user out (co...
I would like to set php.ini setting like: // example ini_set('max_execution_time', 30000); where pu...
$comentario = new Comentario; $comentario->autor = Input::get('no...
Hello, I'm working on an app that interacts with a soap webservice, which i'd also like to use for a...
Hi there, I'm using Laravel 4.1.26 with the following app::before filter: App::before(function($requ...
Hello I have a following scenario: If user is not logged in and he tries to open /admin route he wi...
I have a User model with a little hom-made "roles/permission" system. Directly in my User...
I have a questions about https requests: The example in the official Laravel4 docs doesn't work in m...
Hello guys. I am unable to get Sentry to authenticate a user. It currently finds the user but can't...
Hi Guys, I'm having some headache trying to solve this problem. In my table seeder, I create this us...
I am in the planning stage of an app that will require fine control of permissions. What I mean is,...
I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...
Hi there, In the middle of a form the user left the page idle and when he/she returned to it the ses...
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 use a form on a list of items to perform a filter. The form use a GET method. So in my URL I h...
Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...
How can I do something like this with encryption. [code] if( ! Crypt::decrypt(Input::get('encryptedv...
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