SOLVED Accidentally had Laravel version 4.1.30 installed, installing 4.2.1 and copying Controllers,...
Hello, I've a form where user should enter 6 values, each value should be between 2 and 4 and the su...
I am new to Laravel coming from another framework and needing some help creating a custom validation...
I want to do something similar to this: <div class="{{ $errors->first('identifier') or 'h...
Hi, First of all - I might try to do something that isn't considered good practice. If so - please t...
I have a form that allows an admin to update a user. In this form, I have a multi-select for roles....
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!!
So, I have this problem: I'm creating an application, which will be translated to language other tha...
Hi all, I have a route pattern like 'category/{id}/{year}-{month}-{day}'. How can I render a 404 res...
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...
Hi everyone :) I have just started using ProcessWire, and I really do think it is a great CMF. The o...
I have in my post controller: return Redirect::back()->withInput()->withErrors($validator)...
I'd need to do an if clause in case a validation error occurs. For "normal" fields, i can...
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