Support the ongoing development of Laravel.io →

1,390 Threads

[Newbie] How to include a blade input into a javascript

Hi I am trying to include a {{ Form::text }} inside an inline javascript is this possible or I just...

0 Likes
2 Replies

Architecture and Repository Pattern

I'm still trying to figure out where everything goes. So I have a customer page where we create/edit...

0 Likes
2 Replies
posted 11 years ago

Global Form validation

Hi! I want to do this validation, but it's not field specific, can I add a rule to the form? My form...

0 Likes
1 Replies

How to pass non-simple e.g. object or multi-level array as parameters to validation rules

In Laravel doc, a validator can be defined as follows... $validator = Validator::make( array(...

0 Likes
0 Replies

Laravel with Knockout.js

How can work with Knockout.js and Laravel ('easier way' )?

0 Likes
1 Replies

Validation value instead of attribute

Hi, is possible to return the input value instead of the :attribute in the error messages? Thanks

0 Likes
0 Replies
posted 11 years ago

Query database, if results return to form with input values

I'm trying to build a reservation system where if the email address already has reservations for tha...

0 Likes
1 Replies

How do I add select option tag

Hi. How do I add select option data-icon tag ? Can't be, Blade Form::select array. FormBuilder Class...

0 Likes
0 Replies

Set other fields when user registers

Here is my User model. I would like to set two fields when the user registers for the first time. A...

0 Likes
3 Replies

Using forms in arrays and validation issues

Hi, I need some help with handling array validation from form data. I have a form which has fields n...

0 Likes
0 Replies
posted 11 years ago

upload with progress bar

Hi all, what's the best way to implement a upload image with progress bar? thanks

0 Likes
0 Replies

Laravel voting system: update counter

Greetings to the increasingly large community Laravel. Today I had a problem. I was making a voting...

0 Likes
2 Replies
Solved

Validation based on different fields

I have 3 select lists with countries, I want the user to change only one of the 3 lists, this works...

0 Likes
0 Replies

Laravel Voting system: Forms with the same class

My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...

0 Likes
3 Replies
Solved

laravel test fail in route redirection

i am testing a form. Upon success it must redirect to a route and upon failure it must return to th...

0 Likes
1 Replies
posted 11 years ago

Possible to create secure named routes as form action using Form::open?

Laravel supports https URLs in various ways but I can't find anything that suggests you can create a...

0 Likes
0 Replies
posted 11 years ago

Encoded characters when passing URL string

I'm submitting a form to a landing page from an email and it needs to prepopulate. So I'm doing it l...

0 Likes
2 Replies

Sending an email with database results

I need to query the database and send an email using the results from the database. I'm not entirely...

0 Likes
2 Replies
Solved

I cant open my update page

I have a index page with some athletes from my database. @foreach($sportler as $s) <tr>...

0 Likes
8 Replies

Anahkiasen/Former ignores state() setting

I'm trying to set the state of a field to 'error' when there is an error. To do this, I'm doing: {{...

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.

© 2025 Laravel.io - All rights reserved.