I've been struggling to figure this out, but with no result so far. This is what I have: My view:...
I'm trying to set the state of a field to 'error' when there is an error. To do this, I'm doing: {{...
I use https://github.com/fadion/ValidatorAssistant.git for validator service. It is very good for me...
Hey guys, I want to print my model's created_at value in different languages. I google'd this subjec...
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...
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, 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, 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