Support the ongoing development of Laravel.io →

1,384 Threads

Route name for home action

I am trying to name a route to an action in my controller, but without success. Please read my code,...

0 Likes
2 Replies
Solved

Best logic for implmenting upload progress bar

What is the best approach for implementing upload progress bar in Laravel? I know the following opti...

0 Likes
1 Replies

Integrating Laravel 4 and uploadify jQuery plugin

Hi, I have a problem to set proper link to uploader setting: <script type="text/javascript&q...

0 Likes
2 Replies
Solved
posted 10 years ago

TR Karakter

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/x...

0 Likes
0 Replies

Form data not being saved

I have a one page form, which data needs to be saved to 2 tables - Company and User. A Company has m...

0 Likes
3 Replies

Using lavarel in an existing website.

Hi guys i just started using laravel and i love it. I do have a problem, i want to create a contact...

0 Likes
0 Replies

Form:model + checkbox

Hello everyone, I'm using form::model for data editing, works correct but return empty checkbox, how...

0 Likes
4 Replies

Optional Route Parameters In Views

Hi everyone - I have a quick question on working with optional route parameters in views. I have a r...

0 Likes
3 Replies
Solved

Table data as form input when editing a resource

I was wondering if there is any good way to treat table data as form input data. That's probably cle...

0 Likes
0 Replies

Error Messages for custom Validation

Hey guys, I am having some trouble getting my error messages to show for my custom Validation class....

0 Likes
2 Replies
Solved

Multi Step Forms & Best Practice

When I've made multistep forms in the past I would generally place the form data into the session so...

0 Likes
0 Replies

Confused about relationship between routing/controllers

So it seems I don't really understand how to push actions and routes around. I have a form on the si...

0 Likes
2 Replies
Solved

getting id from a join

i have this join statement : Item::join('buttons', 'items.cta_id','=','buttons.id')->where('build...

0 Likes
2 Replies
Solved
posted 10 years ago

Answer to: How to get secure routes in form?

For some reason when a reply is posted to: http://laravel.io/forum/03-11-2014-how-to-get-secure-rout...

0 Likes
0 Replies

How to get secure routes in form?

I have my routes defined in routes.php Route::any('user/list', array( 'as' => 'UserList', 'uses...

0 Likes
0 Replies

From Model Binding with one to many relation

Hello! I've got a problem with a form which should be populated with values from my database. My dat...

0 Likes
2 Replies

< select name="options" multiple > How to store in a array within the database

How would I store <option > 's in a mulitple select like so <select name="options" multiple...

0 Likes
0 Replies
posted 10 years ago

Form submit route handling

Hello, My application loads its first page (which contains a form) via this route: Route::get('cv/ed...

0 Likes
7 Replies
posted 10 years ago

Specifying Form::button action

Patience folks, I'm a noob. We know that the Form::submit simply submits the form using the form's a...

0 Likes
1 Replies

Should Input::hasFile('files') work with file input arrays?

Does Input::hasFile() work with arrays? It returns false on a form I've created if the the first fil...

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.

© 2024 Laravel.io - All rights reserved.