Support the ongoing development of Laravel.io →

1,384 Threads

posted 9 years ago

Pass object id to JS popup form

Okay, so I've been spending way too much time on this, hoping someone can tell me "That's a dum...

0 Likes
9 Replies

Reusable forms on different routes/controllers

Hey, so what I have is a form that is going to appear on multiple pages for different scenarios, and...

0 Likes
4 Replies

Call to a member function getClientOriginalName() on a non-object

My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...

0 Likes
4 Replies
Solved

Electronic signature

I need to integrate some type of electronic legally binding signature feature where I can have a use...

0 Likes
1 Replies

Suggestion on creating a reusable base Laravel project

Hello, here is my idea: I would like to create a base Laravel project which I can use to develop web...

0 Likes
0 Replies

blade template hidden field value

Hello to every one, I am trying to get a value and put it on hidden field on laravel blade. here is...

0 Likes
3 Replies
Solved

Problem of using CKEditor in Laravel

Hey Guys. I'm new to Laravel, so I don't know who can I use CKEditor in Laravel. how can I use this...

0 Likes
2 Replies
posted 9 years ago

What's the advantage of not creating 'id' attribute if the label is not created before?

Have a look at this thread on the archived forum. It says that if we use the following code: {{ Form...

0 Likes
0 Replies

how to use errors message (MessageBag) in Form macro?

I want to create form macro, and i want to use errors message in it. how to use errors message (Mess...

0 Likes
1 Replies

Spreadsheet-Style Interface

I searched for "Spreadsheet" and didn't find anything here, so I thought I would post a qu...

0 Likes
2 Replies

File Upload stop working all of a sudden

My file uploading script was working previously, with the same validation rules, it has stopped work...

0 Likes
1 Replies

Dependency Inject Illuminate\Validation\Factory within package

Hi All, I am working on a package, trying to inject "Illuminate\Validation\Factory" to __c...

0 Likes
0 Replies
posted 9 years ago

Redirecting after form submit based on which button clicked

I want to be able to redirect from a from based on which button the user clicks. If they click "...

0 Likes
5 Replies
Solved

Send file as a standard multipart form post

What is the best way to send a file as a multipart form programmatically with Laravel? I don't need...

0 Likes
0 Replies

checkboxes in form::model

I set up a migration to include a boolean value in my model (using the boolean() method). That trans...

0 Likes
0 Replies

docx mime file upload extension laravel-4.2

Salam, We are using Laravel-4.2, and we are developping on linux machines, the problem is that we ha...

0 Likes
0 Replies

how to get a single input value in an array of input form using Input::get

i have a form input like this <input type="text" name="user[username]" /> <input type="text...

0 Likes
1 Replies

$model->save() problem

Hello guys, At my routes.php, i have Route::post('-', array('uses' => 'UserController@saveUser'))...

0 Likes
0 Replies

Validation custom translate is not working

According to documentation (Validation): Specifying Custom Messages In Language Files In some cases,...

0 Likes
0 Replies

Use one form blade for create , edit

Hi is it possible to have only one blade for create and edit? I have try to implement and i am stack...

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