Support the ongoing development of Laravel.io →

626 Threads

Looking for projects on Laravel framework

is there anything like Bonfire [Codeigniter] made on Laravel 3 or 4 having Built-In Admin Area,User...

0 Likes 2 Replies

Independent Application/Software Testing

Need independent testing/evaluation done on a web application currently being developed using Larave...

0 Likes 0 Replies

Testing / Evaluation

Need independent testing/evaluation done on a web application currently being developed using Larave...

0 Likes 0 Replies
posted 9 years ago

Custom Validation dependent on 3 fields

I have three different fields which are percentage values and all need to add up to 100. I've looked...

0 Likes 0 Replies

Check if password is correct

Hello, once the user is logged in at my application i want to give him the possibility to change his...

0 Likes 0 Replies

Laravel Artdarek Facebook problem

I copied the code of artdarek oAuth into my controller. Here's the code public function loginWithFac...

0 Likes 0 Replies
posted 9 years ago

Validation rule. How to allow only 1 or null?

How do I make a validation rule that allows only a 1 or null? Thanks.

0 Likes 1 Replies

Using Ardent and putting validation in the model. Any reviews, thoughts, or insight?

I'm trying to adhere to the thin controller, fat model design so I want to put my validation in my m...

0 Likes 2 Replies

Validate multiple fields on form

Hi there. i have a form that i want to accept multiple entries at once. for example, 10 object names...

0 Likes 0 Replies
posted 9 years ago

Message Bag setFormat before toJson

Hi, i want to format MessageBag before going to toJson and i was thinking if it's possible to do som...

0 Likes 0 Replies
posted 9 years ago

Problem validation

hello friends I'm making an Insertion and get this errror Access to undeclared static property: User...

0 Likes 1 Replies

Validator mp3 mimes

In validator sets mime: 'audio/mpeg,audio/mp3,mp3' File: $ file-> getMimeType () / / -> audio/...

0 Likes 1 Replies

Laravel not using my package language file

I have a validation.php file in /workbench/<vendor>/<package>/lang/en. In this file, I h...

0 Likes 1 Replies

Multiple image upload strange error

When upload just one image, the validator works. But, When upload multiple images by enable input's...

0 Likes 3 Replies

How can I make $errors variable be passed to Codeception when functional testing?

Hi. I have problem with functional testing form validation. When I use $errors in my view, tests fai...

0 Likes 0 Replies

Required_with not working with arrays

$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...

0 Likes 1 Replies

Problems with custom validation

Hi In Laravel 4 this code works like a charm. But in Laravel 4.1 this don't work. start/global.php r...

0 Likes 0 Replies

Laravel Validate Many-To-Many Relationship

So I have this Offer model with several offers available. I also have a Pattern model that has a man...

0 Likes 0 Replies

Possible to use PHP functions in-line with Eloquent ->where clause?

Hi, I've got this in my code. $list = $the_things->where( 'date_field', '>', time() ); That d...

0 Likes 1 Replies

Custom Error Messages

I am trying to create error messages without having to hardcode into custom array of validation.php...

0 Likes 0 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.

© 2023 Laravel.io - All rights reserved.