How can I validate dynamically created form fields. My form structure is {{ form::text('works[0][&qu...
On my app a user can upload a file.. i've created a function that generates a random 8 digit string...
Hi Guys, Stuck with a validation problem in Laravel. I don't think it's specific to Ardent, but that...
Hello, I've problem with logging into my application, i've tried to use another hashing, but it didn...
Hi guys, I'm using Sentry for my app. I've added a property to the user model : "Account"...
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...
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