Support the ongoing development of Laravel.io →

Cleanse

Joined 22 Mar 2014

Statistics

Threads 3
Replies 8
Solutions 0
Articles 0

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

Register then Redirect to Intended Issue

I am trying to make it so if a user clicks on a protected link, they get forwarded to a login / regi...

0 Likes
2 Replies

Cookies to Database Field Comparison

I am setting up a store for my client. They use Shopify... So in order to get login working for cust...

0 Likes
1 Replies
replied 9 years ago

radio buttons wont validate when using the "sometimes|required" rule

The 'sometimes' part might make it so that if you do not select anything, it treats it as not requir...

0 Likes
replied 9 years ago

Blade help: making a form select box from an object

$cities = Cities::all(); //Not sure what you use to build your list $null = 'Select one'; $turn_ob...

0 Likes
replied 9 years ago

Blade help: making a form select box from an object

{{ Form::select('city_mail_id', $cities, '2') }} //You forgot to close the method. As for the nulla...

0 Likes
replied 9 years ago

Blade help: making a form select box from an object

http://laravel.com/api/source-class-Illuminate.Html.FormBuilder.html#365-403 So from your code, rep...

0 Likes
replied 9 years ago

Blade help: making a form select box from an object

In your query you can try and use: ->lists('name', 'id'); http://laravel.com/docs/queries#selec...

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.