Support the ongoing development of Laravel.io →

629 Threads

Spreadsheet-Style Interface

I searched for "Spreadsheet" and didn't find anything here, so I thought I would post a qu...

0 Likes
2 Replies

Optionality: `sometimes` we need a little bit more

Hello, Given I have a model with an optional 'email' attribute. When specified, it has to link to a...

0 Likes
0 Replies

File Upload stop working all of a sudden

My file uploading script was working previously, with the same validation rules, it has stopped work...

0 Likes
1 Replies

Dependency Inject Illuminate\Validation\Factory within package

Hi All, I am working on a package, trying to inject "Illuminate\Validation\Factory" to __c...

0 Likes
0 Replies

Session data stores twice

Hi I am using Laracasts Form Validation Simplied (https://github.com/laracasts/Form-Validation-Simpl...

0 Likes
3 Replies

Is it better to create auth from scratch or use bundles?

As the title states is it better to create site auth system from scratch using Laravel or use a alre...

0 Likes
2 Replies

docx mime file upload extension laravel-4.2

Salam, We are using Laravel-4.2, and we are developping on linux machines, the problem is that we ha...

0 Likes
0 Replies

Validation custom translate is not working

According to documentation (Validation): Specifying Custom Messages In Language Files In some cases,...

0 Likes
0 Replies

Update/replace value with new values inputted in laravel 4.2

We know laravel has an update() method that update records through "put" http method. Ever...

0 Likes
3 Replies

Custom field name via Lang::get()? (Localisation / Validation)

Hi guys, I am working on a multi-language website where we validate the input fields. But all the fi...

0 Likes
3 Replies
posted 9 years ago

How to add errors in costum validators?

Hey guys I followed this short tutorial: http://blog.elenakolevska.com/laravel-alpha-validator-that-...

0 Likes
1 Replies

Eager Loading Validation in Laravel

I am having some trouble figuring out how to validate that an entire eager loaded query is valid bef...

0 Likes
0 Replies

validation as service

Hi, I implemented validation as service, as it is described in this book https://leanpub.com/impleme...

0 Likes
0 Replies

[SOLVED] ->withErrors() not working

SOLVED Accidentally had Laravel version 4.1.30 installed, installing 4.2.1 and copying Controllers,...

0 Likes
0 Replies

Custom Validation Method

I am new to Laravel coming from another framework and needing some help creating a custom validation...

0 Likes
1 Replies

How to check if a specifc error is present in blade view?

I want to do something similar to this: <div class="{{ $errors->first('identifier') or 'h...

0 Likes
2 Replies
posted 9 years ago

Passing data from custom validator to error message

Hi, First of all - I might try to do something that isn't considered good practice. If so - please t...

0 Likes
0 Replies

Ardent and forms with multiple models

I have a form that allows an admin to update a user. In this form, I have a multi-select for roles....

0 Likes
2 Replies

Dynamic form fields validation

How can I validate dynamically created form fields. My form structure is {{ form::text('works[0][&qu...

0 Likes
0 Replies

What is the 'Laravel' way to achieve this..

On my app a user can upload a file.. i've created a function that generates a random 8 digit string...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.