Support the ongoing development of Laravel.io →

alexrussell

Joined 16 Dec 2013

Statistics

Threads 3
Replies 9
Solutions 1
Articles 0

Custom validation message parts

Okay so I'm using Laravel's validator. It's generally pretty good for me. But the messages are a rig...

0 Likes
1 Replies

Envoy/remote and Ubuntu default Apache setup

I'm normally used to working on cPanel servers, where vhosts and suphp are set up in such a way that...

0 Likes
0 Replies
posted 9 years ago

Accessing relations using snake_case

So given the following schema: users id (int) some_group_id (int) some_field (string) so...

0 Likes
4 Replies
Solved
replied 9 years ago

How to add custom fields to AUTH module

A way to do it with a simple field is: if (Auth::attempt(array( 'email' => Input::get('email'...

0 Likes
replied 9 years ago

Rule with textbox array?

It's hard to know what you're looking for exactly but the following code should make sure it's prese...

0 Likes
replied 9 years ago

How to add `OR` operator to validation rule?

You may want to consider adding your own rule which does the 'or' check in one rule. Maybe make it f...

0 Likes
replied 9 years ago

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

Aha that makes sense. I was thinking "surely Laravel has a way to localise field names".

0 Likes
replied 9 years ago

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

I can tell you why you get the weird behaviour, but I can't help you with the problem you have overa...

0 Likes

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.