hi all, if you see the below code i am trying to validate image but when i submit form i am getting...
I have a ruleset for Validator, and it works as expected. However, I have to do some extra, fancy da...
I changed login attribute to "first_name" instead of email, so now when I attempt to authe...
hi guys.. I have some problem with laravel validator,.. I just want upload my xls file, but I got th...
Hi, I am building a user submitted video playlist and need to impose rules such as: Users can only...
hello friends I find myself working with laravel and sentry, my situation is this: I'm working permi...
hello, I know laravel form prevent outside requests using hidden input filed called "_token&quo...
Hello I have a following scenario: If user is not logged in and he tries to open /admin route he wi...
I am wanting to password protect my laravel application, ideally just on the deployment server (I'm...
//Contact.php class Contact extends \Eloquent { protected $fillable = array('email', 'name', 'subje...
In any view, $errors is always available and returns the appropriate object. However, I'm trying to...
I'm just starting out with TDD and I'm trying to test validation in a model. Currently, all my test...
Hello guys, i have a CustomValidator->arrayfull method, and in en/validation i'm declaring : arra...
Hello, I am busy creating a step by step application where the user have to submit stuff. In the fir...
Hi all I have two table in DB : companies and shop, both of them have name fields . And I want to a...
Hi, first question I cant find working answer. Laravel 4.1 ###rules public static $rules = [ 'name'...
Hi, guys... I've been trying to do some test on validation and this baffles me. Tried the min max te...
Hello Guys. When i use image or mimes validation i face with this error Symfony \ Component \ HttpFo...
Hello I'm developing an application which have user area and admin area. I already created user area...
Hi, I have an issue since several weeks now and I can't find any solution on Internet. Let's say I a...
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