I am trying to understand why posted values persist in a session, even after a browser refresh. I wo...
Good day !!! What is the Inverse of "in" in laravel validators rules? thanks artisans!!
I getting this error but I just install the packege and did not change any code. Symfony \ Component...
Has anyone tips for organizing service provider class files? Then in turn, thin out the service prov...
Ok so I have this in my Controller: [code]/** * Execute creating of topic * @param id Category...
I want to pass Former to array and then view it like // in view $form = array( Former::text(), Forme...
I have a form to create a new category : {{ Form::open(['route' => ['category.store'], 'method' =...
Hi, I have following problems, I get an error when I try to upload an image file within the validati...
In Laravel doc, a validator can be defined as follows... $validator = Validator::make( array(...
Hi, is possible to return the input value instead of the :attribute in the error messages? Thanks
Hey, i wonder how to check if a date is null. The database column is defined in function getDates(),...
Here is my User model. I would like to set two fields when the user registers for the first time. A...
Hi, I need some help with handling array validation from form data. I have a form which has fields n...
I have 3 select lists with countries, I want the user to change only one of the 3 lists, this works...
i am testing a form. Upon success it must redirect to a route and upon failure it must return to th...
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...
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